perf: 优化代码

This commit is contained in:
2022-10-30 02:50:59 +08:00
parent 46486af62e
commit 7153d2f1a7
7 changed files with 8 additions and 28 deletions

View File

@@ -36,7 +36,7 @@ public class BallServerChannelHandler extends SimpleChannelInboundHandler<String
@Override
public void channelActive(@NotNull ChannelHandlerContext context) {
LOGGER.warn("与服务器 {} 的连接已可用.", context.channel().remoteAddress());
LOGGER.info("与服务器 {} 建立了连接.", context.channel().remoteAddress());
}
@Override