aqhome: decreased verbosity.
This commit is contained in:
@@ -166,9 +166,9 @@ int _readHeaderFromRingbuffer(AQH_MSG_READER *xo)
|
||||
memmove(xo->currentMsgBuf, xo->headerBuffer, xo->bytesReceived);
|
||||
xo->bytesLeft=fullMsgSize-xo->bytesReceived;
|
||||
xo->flags|=AQH_MSG_READER_FLAGS_READBODY;
|
||||
DBG_ERROR(AQH_LOGDOMAIN,
|
||||
"Got size: full size=%d, payload pos=%d, payload size=%d (%04x)",
|
||||
fullMsgSize, idx+1, mqttPayloadLen, mqttPayloadLen);
|
||||
DBG_VERBOUS(AQH_LOGDOMAIN,
|
||||
"Got size: full size=%d, payload pos=%d, payload size=%d (%04x)",
|
||||
fullMsgSize, idx+1, mqttPayloadLen, mqttPayloadLen);
|
||||
return 1; /* size successfully determined */
|
||||
}
|
||||
shift+=7;
|
||||
|
||||
Reference in New Issue
Block a user