"No reply from device" error message removed because it only fills the log files

This commit is contained in:
2016-06-08 15:15:12 +02:00
parent ea110d5047
commit 126da8c499

View File

@ -991,7 +991,7 @@ readCallback(StreamIoStatus status,
evalIn();
return 0;
}
error("%s: No reply from device within %ld ms\n",
debug("StreamCore::readCallback(%s): No reply from device within %ld ms\n",
name(), replyTimeout);
inputBuffer.clear();
finishProtocol(ReplyTimeout);