Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
commit
828bee6acc
|
@ -65,7 +65,7 @@ public class ModbusDecoder extends ByteToMessageDecoder {
|
|||
ModbusCommandDto message = channel.getCurrentMessage();
|
||||
|
||||
if (message == null) {
|
||||
log.warn("非法传输:{}", HexUtil.bytesToHexString(b));
|
||||
log.warn("非法传输:{},原报文:{}", HexUtil.bytesToHexString(b),new String(b));
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue