]> Creatis software - clitk.git/commitdiff
Enhance the warning output
authorDavid Sarrut <david.sarrut@gmail.com>
Mon, 17 Oct 2011 08:38:59 +0000 (10:38 +0200)
committerDavid Sarrut <david.sarrut@gmail.com>
Mon, 17 Oct 2011 08:38:59 +0000 (10:38 +0200)
segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx

index 6e3e5946c7228f0f3b5be1fc73c43d5e47aa6893..bec6b9e59a8a24d380b2b4f45c086e2765ae64b5 100644 (file)
@@ -45,7 +45,7 @@ void clitk::FilterWithAnatomicalFeatureDatabaseManagement::LoadAFDB()
   try {
     GetAFDB()->Load();
   } catch (clitk::ExceptionObject e) {
-    std::cout << "Could not read '" << GetAFDBFilename() << "', create one AFDB." << std::endl;
+    std::cout << "******* Could not read '" << GetAFDBFilename() << "', create one AFDB. ********" << std::endl;
     GetAFDB();
   }
 }