error message on reply timeout
This commit is contained in:
@ -986,8 +986,8 @@ readCallback(StreamIoStatus status,
|
|||||||
evalIn();
|
evalIn();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
debug("StreamCore::readCallback(%s): No reply from device within %ld ms\n",
|
error("%s: No reply within %ld ms to \"%s\"\n",
|
||||||
name(), replyTimeout);
|
name(), replyTimeout, outputLine.expand()());
|
||||||
inputBuffer.clear();
|
inputBuffer.clear();
|
||||||
finishProtocol(ReplyTimeout);
|
finishProtocol(ReplyTimeout);
|
||||||
return 0;
|
return 0;
|
||||||
|
Reference in New Issue
Block a user