Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
wangshilong 2024-12-07 14:34:49 +08:00
commit 828bee6acc
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}