more debug messages
This commit is contained in:
parent
5cc305e72f
commit
40b9eabd80
1 changed files with 1 additions and 1 deletions
|
|
@ -1753,7 +1753,7 @@ class MachineCom(object):
|
|||
continue
|
||||
|
||||
# wait until we have something in the queue
|
||||
string = "qsize = " % self._send_queue.qsize()
|
||||
string = "qsize = %s" % self._send_queue.qsize()
|
||||
self._log(string)
|
||||
entry = self._send_queue.get()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue