|
@@ -1013,7 +1013,7 @@ class ScriptPort(object):
|
|
log.info("fixable")
|
|
log.info("fixable")
|
|
self.fixable = True
|
|
self.fixable = True
|
|
if int(parts[3]) < self.stop:
|
|
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
|
|
self.end_trans = True
|
|
|
|
|
|
if "You don't have anything they want" in line:
|
|
if "You don't have anything they want" in line:
|