From: caremoli Date: Mon, 3 May 2010 14:23:44 +0000 (+0000) Subject: CCAR: replace INFOS by MESSAGE in isKnownComponentClass because incomprehensible X-Git-Tag: V5_1_4rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7222505d658955879d2e60cd3d0c1ddc6cf9573c;p=modules%2Fkernel.git CCAR: replace INFOS by MESSAGE in isKnownComponentClass because incomprehensible messages was appearing during dump study --- diff --git a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx index 659d5df79..aec99bcfe 100644 --- a/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx +++ b/src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx @@ -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;