mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-08 11:59:56 +08:00
typo
This commit is contained in:
@@ -59,7 +59,7 @@ public class TcpChannelHandler<T> extends SimpleChannelInboundHandler<ProtocolUp
|
|||||||
|
|
||||||
if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
|
|
||||||
log.debug("[{}]{}{} Netty拆出到上行报文:{}", protocolName, ctx.channel(), tcpSession, msg);
|
log.debug("[{}]{}{} Netty拆出上行报文:{}", protocolName, ctx.channel(), tcpSession, msg);
|
||||||
}
|
}
|
||||||
|
|
||||||
uplinkMsgStats.incrementTotal();
|
uplinkMsgStats.incrementTotal();
|
||||||
|
|||||||
Reference in New Issue
Block a user