From 575575578e8b36da29598fccf6f324f7e5152fc5 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Sun, 23 Sep 2012 21:21:45 +0200 Subject: [PATCH] Minor correction --- src/daSalome/daYacsIntegration/daStudy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #-------------------------------------- -- 2.39.2