use remote address
This commit is contained in:
@@ -101,7 +101,7 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
|
|||||||
if (association != null) {
|
if (association != null) {
|
||||||
logger.error("{}: exception encountered", association, cause);
|
logger.error("{}: exception encountered", association, cause);
|
||||||
} else {
|
} else {
|
||||||
logger.error("{} encountered an exception", cause);
|
logger.error("{} encountered an exception", ctx.channel().remoteAddress(), cause);
|
||||||
}
|
}
|
||||||
|
|
||||||
closed = true;
|
closed = true;
|
||||||
|
Reference in New Issue
Block a user