diff --git a/src/main/java/com/basho/riak/client/core/RiakNode.java b/src/main/java/com/basho/riak/client/core/RiakNode.java index 506f25d28..67407fa69 100644 --- a/src/main/java/com/basho/riak/client/core/RiakNode.java +++ b/src/main/java/com/basho/riak/client/core/RiakNode.java @@ -136,7 +136,7 @@ public void operationComplete(ChannelFuture future) throws Exception // the next time it's pulled from the pool. // We record the disco for the health check. recentlyClosed.add(new ChannelWithIdleTime(future.channel())); - logger.error("inAvailable channel closed; id:{} {}:{}", + logger.info("Available channel closed; id:{} {}:{}", future.channel().hashCode(), remoteAddress, port); } };