HDFS-16361. Fix log format for QueryCommand (#3732). Contributed by tomscut.
This commit is contained in:
parent
7b840f2693
commit
1ebdac2cd6
|
@ -84,7 +84,7 @@ public class QueryCommand extends Command {
|
|||
System.out.printf("%s", workStatus.currentStateString());
|
||||
}
|
||||
} catch (DiskBalancerException ex) {
|
||||
LOG.error("Query plan failed. ex: {}", ex);
|
||||
LOG.error("Query plan failed.", ex);
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue