Parcourir la source

log.info, so we know what's happening.

Steve Thielemann il y a 5 ans
Parent
commit
1e1b523b83
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -1013,7 +1013,7 @@ class ScriptPort(object):
                         log.info("fixable")
                         self.fixable = True
                 if int(parts[3]) < self.stop:
-                    log.warn("Port is burnt!  % < {0}".format(self.stop))
+                    log.info("Port is burnt!  % < {0} (end_trans)".format(self.stop))
                     self.end_trans = True
 
             if "You don't have anything they want" in line: