mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-09-02 22:18:08 +00:00
log[client]: detailed AbstractClient started info
This commit is contained in:
@@ -75,7 +75,7 @@ public abstract class AbstractClient implements IClient {
|
||||
var channel = channelFuture.channel();
|
||||
var session = BaseRouteHandler.initChannel(channel);
|
||||
NetContext.getSessionManager().addClientSession(session);
|
||||
logger.info("TcpClient started at [{}]", channel.localAddress());
|
||||
logger.info("{} started at [{}]", this.getClass().getSimpleName(), channel.localAddress());
|
||||
return session;
|
||||
}
|
||||
} else if (channelFuture.cause() != null) {
|
||||
|
||||
Reference in New Issue
Block a user