Salome HOME
Minor logging improvement
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 10 Apr 2013 20:11:36 +0000 (22:11 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 10 Apr 2013 20:11:36 +0000 (22:11 +0200)
resources/ADAOSchemaCatalog.xml

index f5ba3640a9af48a5d57737df58311109583882c7..b59710c983de71c9c1a061f74c09d981739df7b3 100644 (file)
@@ -62,22 +62,22 @@ logging.debug("CREATE Entering in CreateAssimilationStudy")
 print "Entering in the assimilation study"
 print "Name is set to........:", Name
 print "Algorithm is set to...:", Algorithm
-print "Debug is set to.......:", Debug
 
 # Create Assimilation study
 from daYacsIntegration.daStudy import *
 assim_study = daStudy(Name, Algorithm, Debug)
 
+logging.debug("CREATE Data entered are:")
+
 # Algorithm parameters
 try:
   AlgorithmParameters
 except NameError:
   pass
 else:
+  logging.debug("CREATE AlgorithmParameters is %s"%AlgorithmParameters)
   assim_study.setAlgorithmParameters(AlgorithmParameters)
 
-logging.debug("CREATE Data entered are:")
-
 # Background
 try:
   Background