HBASE-10720 rpcClient: Wrong log level when closing the connection

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1576695 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
nkeywal 2014-03-12 11:18:27 +00:00
parent 6a6bbdd2ff
commit be21fcd1d6
1 changed files with 0 additions and 1 deletions

View File

@ -1214,7 +1214,6 @@ public class RpcClient {
if (e == null) throw new NullPointerException();
if (shouldCloseConnection.compareAndSet(false, true)) {
LOG.warn(getName() + ": marking at should close, reason =" + e.getMessage());
if (LOG.isDebugEnabled()) {
LOG.debug(getName() + ": marking at should close, reason =" + e.getMessage());
}