Salome HOME
[EDF27816] : bench of massive SALOME_Container launching
authorAnthony Geay <anthony.geay@edf.fr>
Tue, 12 Sep 2023 11:36:03 +0000 (13:36 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Mon, 2 Oct 2023 11:03:59 +0000 (13:03 +0200)
src/Container/SALOME_ContainerManager.cxx

index ffb6252f56a11688d73926559f33e589a6c8b5dc..80940cdba2799c41bcc1a922a08a274d43abf36d 100644 (file)
@@ -676,7 +676,7 @@ SALOME_ContainerManager::LaunchContainer(const Engines::ContainerParameters& par
         {
           SleepInSecond(1);
           count--;
-          MESSAGE("[GiveContainer] step " << count << " Waiting for container on " << resource_selected);
+          MESSAGE("[GiveContainer] step " << count << " Waiting for container on " << resource_selected << " with entry in NS = \"" << containerNameInNS << "\"" );
           CORBA::Object_var obj(_NS->Resolve(containerNameInNS.c_str()));
           ret=Engines::Container::_narrow(obj);
         }