Repository: camel Updated Branches: refs/heads/camel-2.14.x e5296a2d7 -> 5ae4a907f refs/heads/camel-2.15.x 573b37353 -> 147a65dde
CAMEL-8193 Removed the useless trace log Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5ae4a907 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5ae4a907 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5ae4a907 Branch: refs/heads/camel-2.14.x Commit: 5ae4a907f5a2b5aed728378cbf5f71777cb94de0 Parents: e5296a2 Author: Willem Jiang <willem.ji...@gmail.com> Authored: Fri May 22 11:26:18 2015 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Fri May 22 16:01:44 2015 +0800 ---------------------------------------------------------------------- .../src/main/java/org/apache/camel/component/netty/NettyHelper.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5ae4a907/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java ---------------------------------------------------------------------- diff --git a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java index aabadd2..ecb6dba 100644 --- a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java +++ b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyHelper.java @@ -110,7 +110,6 @@ public final class NettyHelper { */ public static void close(Channel channel) { if (channel != null) { - LOG.trace("Closing channel: {}", channel); channel.close().addListener(new ChannelFutureListener() { public void operationComplete(ChannelFuture future) { LOG.trace("Channel closed: {}", future.getChannel());