From: Jean-Philippe ARGAUD Date: Sun, 23 Sep 2012 19:21:45 +0000 (+0200) Subject: Minor correction X-Git-Tag: V6_6_0~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=575575578e8b36da29598fccf6f324f7e5152fc5;p=modules%2Fadao.git Minor correction --- diff --git a/src/daSalome/daYacsIntegration/daStudy.py b/src/daSalome/daYacsIntegration/daStudy.py index 40d15c9..fab87a8 100644 --- a/src/daSalome/daYacsIntegration/daStudy.py +++ b/src/daSalome/daYacsIntegration/daStudy.py @@ -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) #--------------------------------------