From 7222505d658955879d2e60cd3d0c1ddc6cf9573c Mon Sep 17 00:00:00 2001 From: caremoli Date: Mon, 3 May 2010 14:23:44 +0000 Subject: [PATCH] CCAR: replace INFOS by MESSAGE in isKnownComponentClass because incomprehensible messages was appearing during dump study --- src/LifeCycleCORBA/SALOME_LifeCycleCORBA.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2