]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
[EDF29150] : oops
authorAnthony Geay <anthony.geay@edf.fr>
Thu, 11 Jan 2024 14:49:30 +0000 (15:49 +0100)
committerAnthony Geay <anthony.geay@edf.fr>
Thu, 11 Jan 2024 14:49:30 +0000 (15:49 +0100)
src/Container/SALOME_Container.py

index cba5ac3493208f6deb55b14d3ceaa57efbd5aeba..18c96ce1eb73fbbd676e436d3aca306a9b8cf742 100644 (file)
@@ -82,7 +82,7 @@ class SALOME_Container_i:
 
     @property
     def logm(self):
-        logging.debug("Logm of {} PID = {}".format(containerName,os.getpid()))
+        logging.debug("Logm PID = {}".format(os.getpid()))
         import salome
         if self._logm is None:
            salome.salome_init()