]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Bug IPAL19893 4.x: debug information is in terminal.
authordmv <dmv@opencascade.com>
Fri, 15 Aug 2008 09:52:16 +0000 (09:52 +0000)
committerdmv <dmv@opencascade.com>
Fri, 15 Aug 2008 09:52:16 +0000 (09:52 +0000)
src/ModuleCatalog/SALOME_ModuleCatalog_impl.cxx

index efb99797821c09935efee1be38f623ee72ce95ae..435951b2321023b7e3c7383c97a3cff012cb1407 100644 (file)
@@ -688,14 +688,14 @@ SALOME_ModuleCatalogImpl::_parse_xml_file(const char* file,
       if (aDoc != NULL) 
        handler->ProcessXmlDocument(aDoc);
       else
-       INFOS("ModuleCatalog: could not parse file "<<file);
+       MESSAGE("ModuleCatalog: could not parse file "<<file);
 
       xmlFreeDoc(aDoc);
       xmlCleanupParser();
       fclose(aFile);
     }
   else
-    INFOS("ModuleCatalog: file "<<file<<" is not readable.");
+    MESSAGE("ModuleCatalog: file "<<file<<" is not readable.");
   
   delete handler;