Skip to content

Commit

Permalink
ZOOKEEPER-2994. Fix findbugs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnar committed Mar 26, 2018
1 parent 0b95efe commit a69d729
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ private static void printHelpAndExit(int exitCode, Options options) {

private void printStat() {
if (recoveryMode) {
System.out.printf("Recovery file %s has been written with %d fixed CRC error(s)\n", recoveryLogFile, crcFixed);
System.out.printf("Recovery file %s has been written with %d fixed CRC error(s)%n", recoveryLogFile, crcFixed);
}
}

Expand Down

0 comments on commit a69d729

Please sign in to comment.