more debug messages
This commit is contained in:
parent
6a36933c25
commit
4fe4945f24
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue