Skip to content

Commit 0023e06

Browse files
committed
HADOOP-6422. Remove log line.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@890410 13f79535-47bb-0310-9956-ffa450edef68
1 parent 28f0c05 commit 0023e06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/java/org/apache/hadoop/ipc/RPC.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ private static synchronized RpcEngine getProtocolEngine(Class protocol,
8888
if (engine == null) {
8989
Class<?> impl = conf.getClass(ENGINE_PROP+"."+protocol.getName(),
9090
WritableRpcEngine.class);
91-
LOG.info("Using "+impl.getName()+" for "+protocol.getName());
9291
engine = (RpcEngine)ReflectionUtils.newInstance(impl, conf);
9392
if (protocol.isInterface())
9493
PROXY_ENGINES.put(Proxy.getProxyClass(protocol.getClassLoader(),

0 commit comments

Comments
 (0)