作者 crossoverJie

:loud_sound: Adding logs.

@@ -49,7 +49,7 @@ public class CIMClientHandle extends SimpleChannelInboundHandler<CIMResponseProt @@ -49,7 +49,7 @@ public class CIMClientHandle extends SimpleChannelInboundHandler<CIMResponseProt
49 public void channelActive(ChannelHandlerContext ctx) throws Exception { 49 public void channelActive(ChannelHandlerContext ctx) throws Exception {
50 50
51 //客户端和服务端建立连接时调用 51 //客户端和服务端建立连接时调用
52 - LOGGER.info("cim server connect success"); 52 + LOGGER.info("cim server connect success!");
53 } 53 }
54 54
55 @Override 55 @Override