This commit is contained in:
三丙
2025-02-07 16:02:07 +08:00
parent f3fd7ee3c3
commit 885f67648d

View File

@@ -59,7 +59,7 @@ public class TcpChannelHandler<T> extends SimpleChannelInboundHandler<ProtocolUp
if (log.isDebugEnabled()) {
log.debug("[{}]{}{} Netty拆出上行报文:{}", protocolName, ctx.channel(), tcpSession, msg);
log.debug("[{}]{}{} Netty拆出上行报文:{}", protocolName, ctx.channel(), tcpSession, msg);
}
uplinkMsgStats.incrementTotal();