Skip to content

Commit

Permalink
change logger name (#4150)
Browse files Browse the repository at this point in the history
  • Loading branch information
wavesZh authored and kexianjun committed May 26, 2019
1 parent cf1a09d commit 9168543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
@io.netty.channel.ChannelHandler.Sharable
public class NettyClientHandler extends ChannelDuplexHandler {
private static final Logger logger = LoggerFactory.getLogger(NettyClient.class);
private static final Logger logger = LoggerFactory.getLogger(NettyClientHandler.class);

private final URL url;

Expand Down

0 comments on commit 9168543

Please sign in to comment.