We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df3227 commit 4664aeeCopy full SHA for 4664aee
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/Client.java
@@ -1128,8 +1128,8 @@ public void run() {
1128
synchronized (ipcStreams.out) {
1129
if (LOG.isDebugEnabled()) {
1130
Call call = pair.getLeft();
1131
- LOG.debug(getName() + " sending #" + call.id
1132
- + " " + call.rpcRequest);
+ LOG.debug(getName() + "{} sending #{} {}", getName(), call.id,
+ call.rpcRequest);
1133
}
1134
// RpcRequestHeader + RpcRequest
1135
ipcStreams.sendRequest(buf.toByteArray());
0 commit comments