added debug message
This commit is contained in:
parent
730033ef82
commit
54913c1154
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue