added debug message

This commit is contained in:
make-ing 2015-10-12 11:11:04 +02:00
parent 730033ef82
commit 54913c1154

View file

@ -1732,7 +1732,8 @@ class MachineCom(object):
try:
if "?" in command:
self._log("--- found ?: ", command)
string = "--- found ?: %s" % command
self._log(string)
if self._status_report_queued is True:
return
else: