Skip to content

Commit

Permalink
NMS-16951: Set logging to matching class TcpListener
Browse files Browse the repository at this point in the history
  • Loading branch information
indigo423 committed Nov 12, 2024
1 parent 7cff048 commit 6d4af9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

public class TcpListener {

private static final Logger LOG = LoggerFactory.getLogger(UdpListener.class);
private static final Logger LOG = LoggerFactory.getLogger(TcpListener.class);

private EventLoopGroup bossGroup;
private EventLoopGroup workerGroup;
Expand Down

0 comments on commit 6d4af9e

Please sign in to comment.