Bladeren bron

HADOOP-6422. Remove log line.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@890410 13f79535-47bb-0310-9956-ffa450edef68
Doug Cutting 15 jaren geleden
bovenliggende
commit
2ee80854a5
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. 0 1
      src/java/org/apache/hadoop/ipc/RPC.java

+ 0 - 1
src/java/org/apache/hadoop/ipc/RPC.java

@@ -88,7 +88,6 @@ public class RPC {
     if (engine == null) {
       Class<?> impl = conf.getClass(ENGINE_PROP+"."+protocol.getName(),
                                     WritableRpcEngine.class);
-      LOG.info("Using "+impl.getName()+" for "+protocol.getName());
       engine = (RpcEngine)ReflectionUtils.newInstance(impl, conf);
       if (protocol.isInterface())
         PROXY_ENGINES.put(Proxy.getProxyClass(protocol.getClassLoader(),