diff --git a/robot.py b/robot.py index 6b42ded..1f8107e 100644 --- a/robot.py +++ b/robot.py @@ -260,7 +260,7 @@ class Robot(Job): while wcf.is_receiving_msg(): try: msg = wcf.get_msg() - self.LOG.debug(msg) + self.LOG.info(msg) self.processMsg(msg) except Empty: continue # Empty message