]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor correction
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 23 Sep 2012 19:21:45 +0000 (21:21 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Sun, 23 Sep 2012 19:21:45 +0000 (21:21 +0200)
src/daSalome/daYacsIntegration/daStudy.py

index 40d15c9e8c2c672d3cb5e81b7eee37b6747bbfaf..fab87a89e696d9f555758bb5588a7d26dc4df3d8 100644 (file)
@@ -79,7 +79,7 @@ class daStudy:
   def initAlgorithm(self):
     self.ADD.setAlgorithm(choice=self.algorithm)
     if self.algorithm_dict != None:
-      logging.debug("ADD.setAlgorithm : "+str(self.algorithm_dict))
+      logging.debug("DASTUDY AlgorithmParameters: "+str(self.algorithm_dict))
       self.ADD.setAlgorithmParameters(asDico=self.algorithm_dict)
 
   #--------------------------------------