Index: /trunk/thirds/otb2zcfg/otb2zcfg.cxx
===================================================================
--- /trunk/thirds/otb2zcfg/otb2zcfg.cxx	(revision 781)
+++ /trunk/thirds/otb2zcfg/otb2zcfg.cxx	(revision 782)
@@ -128,11 +128,11 @@
  
   const char * ITK_AUTOLOAD_PATH = itksys::SystemTools::GetEnv("ITK_AUTOLOAD_PATH");
-  std::cerr << "ERROR: Module search path: " << (ITK_AUTOLOAD_PATH ? ITK_AUTOLOAD_PATH : "none (check ITK_AUTOLOAD_PATH)") << std::endl;
+  std::cerr << "INFO: Module search path: " << (ITK_AUTOLOAD_PATH ? ITK_AUTOLOAD_PATH : "none (check ITK_AUTOLOAD_PATH)") << std::endl;
 
   std::vector<std::string> list = ApplicationRegistry::GetAvailableApplications();
   if (list.size() == 0)
-    std::cerr << "ERROR: Available modules : none." << std::endl;
+    std::cerr << "ERROR: no module found." << std::endl;
   else{
-    std::cerr << "ERROR: Available modules :" << std::endl;
+    std::cerr << "INFO: Available modules :" << std::endl;
     for (std::vector<std::string>::const_iterator it = list.begin(); it != list.end(); ++it){
       std::string filename= *it + ".zcfg";
