From: David Sarrut Date: Mon, 17 Oct 2011 08:38:59 +0000 (+0200) Subject: Enhance the warning output X-Git-Tag: v1.3.0~180^2~19 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=338030186d56f371ab17cf99660bf92ab0dc07fb;p=clitk.git Enhance the warning output --- diff --git a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx index 6e3e594..bec6b9e 100644 --- a/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx +++ b/segmentation/clitkFilterWithAnatomicalFeatureDatabaseManagement.cxx @@ -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(); } }