Explorar el Código

ColoScript Turns now out of log level info back to debug

david hace 5 años
padre
commit
bf2b046633
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      flexible.py

+ 1 - 1
flexible.py

@@ -2722,7 +2722,7 @@ class ColoScript(object):
         if 'turns left' in line:
                 work = line[19:].replace(' turns left.', '').strip()
                 self.turns = work
-                log.info("TURNS LEFT: {0}".format(self.turns))
+                log.debug("TURNS LEFT: {0}".format(self.turns))
                 if int(self.turns) < 200:
                     self.send2player("\r" + Boxes.alert("Low Turns! ({0})".format(self.turns)))
                     self.deactivate()