Salome HOME
[EDF29150] : Add relevant traces in resource manager + dump of logmanager service
[modules/kernel.git] / src / ResourcesManager / SALOME_ResourcesCatalog_Handler.cxx
index adf58b6a347f5fd2379b55f3c2bd1e62afd14415..7e898d2bc9d4c60932adbcc2fbc1fe2261331ec5 100644 (file)
@@ -156,13 +156,12 @@ void SALOME_ResourcesCatalog_Handler::ProcessXmlDocument(xmlDocPtr theDoc)
     }
     aCurNode = aCurNode->next;
   }
-
-  DEBUG_MESSAGE( "************************************************" );
+  DEBUG_MESSAGE( "************ Resources in memory ************");
   for (std::map<std::string, ParserResourcesType>::const_iterator iter = _resources_list.begin(); iter != _resources_list.end(); iter++)
   {
-    DEBUG_MESSAGE( "Resource " << (*iter).first << " found: " << std::endl << (*iter).second);
+    DEBUG_MESSAGE( "Resource \"" << (*iter).first << "\" -> " << (*iter).second.dump(' '));
   }
-  DEBUG_MESSAGE( "************************************************" );
+  DEBUG_MESSAGE( "************ Resources in memory ************");
 }
 
 bool