Fix logging message in shell/src/main/java/alluxio/cli/bundler/command/ExecuteShellCollectInfoCommand.java
apc999 opened this issue · 1 comments
apc999 commented
Change LOG.warn("Command %s failed with exit code %d", cmdName, cr.getExitCode());
to LOG.warn("Command {} failed with exit code {}", cmdName, cr.getExitCode());