From 4fe4945f2441ba7640c865166b3ed2a73f8de44f Mon Sep 17 00:00:00 2001 From: make-ing Date: Mon, 12 Oct 2015 14:52:26 +0200 Subject: [PATCH] more debug messages --- src/octoprint/util/comm_acc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/octoprint/util/comm_acc.py b/src/octoprint/util/comm_acc.py index b9fc2fe9..00ce61d9 100644 --- a/src/octoprint/util/comm_acc.py +++ b/src/octoprint/util/comm_acc.py @@ -1753,6 +1753,7 @@ class MachineCom(object): continue # wait until we have something in the queue + print "qsize = " % self._send_queue.qsize() entry = self._send_queue.get() # make sure we are still active