diff options
-rwxr-xr-x | daemon.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ class Daemon: # arduino sometimes has a dirty buffer # and sends junk before the ready message if not incoming.endswith("ready"): - log.error("Got reply: '"+incoming+"'") + logger.error("Got reply: '"+incoming+"'") raise Exception("Wrong or no client greeting") self.ser.timeout = 1 logger.debug("got client greeting") |