Skip to content

Commit 7fd6a82

Browse files
ZanderXuayushtkn
authored andcommitted
HDFS-16712. Fix incorrect placeholder in DataNode.java (#4672). Contributed by ZanderXu.
Signed-off-by: Ayush Saxena <[email protected]>
1 parent 3e679d9 commit 7fd6a82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/DataNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3192,7 +3192,7 @@ public String getDiskBalancerStatus() {
31923192
try {
31933193
return getDiskBalancer().queryWorkStatus().toJsonString();
31943194
} catch (IOException ex) {
3195-
LOG.debug("Reading diskbalancer Status failed. ex:{}", ex);
3195+
LOG.debug("Reading diskbalancer Status failed.", ex);
31963196
return "";
31973197
}
31983198
}

0 commit comments

Comments
 (0)