Salome HOME
CCAR: replace INFOS by MESSAGE in isKnownComponentClass because incomprehensible
authorcaremoli <caremoli>
Mon, 3 May 2010 14:23:44 +0000 (14:23 +0000)
committercaremoli <caremoli>
Mon, 3 May 2010 14:23:44 +0000 (14:23 +0000)
messages was appearing during dump study

src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx

index 659d5df79095fa3021fb257e3151a6c94c7fd71a..aec99bcfe1633c6a52b1746150c2e36275888af6 100644 (file)
@@ -370,8 +370,7 @@ bool SALOME_LifeCycleCORBA::isKnownComponentClass(const char *componentName)
       Catalog->GetComponent(componentName);
     if (CORBA::is_nil (compoInfo)) 
     {
-      INFOS("Catalog Error: Component not found in the catalog" );
-      INFOS( componentName );     
+      MESSAGE("Catalog Error: Component not found in the catalog " << componentName);
       return false;
     }
     else return true;