mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-04 18:09:54 +08:00
typo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user