Salome HOME
Clarifying user interaction in EFICAS/YACS transfer process and corrections
[modules/adao.git] / src / daEficas / generator_adao.py
index 002e9c6aabba87d86b9050956c2382671dac8a66..9dadbca400c6b36e6ba45d3e86464319cadb2546 100644 (file)
@@ -66,10 +66,10 @@ class AdaoGenerator(PythonGenerator):
       self.generate_da()
       self.text_da_status = True
     except:
-      self.logger.info("Case is not correct, python command file for YACS schema generation cannot be created")
+      self.logger.debug("EFICAS case is not valid, python command file for YACS schema generation cannot be created")
       self.logger.debug(self.text_da)
       self.dictMCVal = {}
-      traceback.print_exc()
+      traceback.print_exc()
     return self.text_comm
 
   def writeDefault(self, fn):