Skip to content

Commit

Permalink
Fix string formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo committed Jun 26, 2020
1 parent c218d5b commit 3dd1e8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ protected void configure() {
e.printStackTrace();
}
} else {
System.out.println("Could not find config file " + configName);
System.out.printf("Could not find config file %s%n", configName);
}

Names.bindProperties(binder(), props);
Expand Down

0 comments on commit 3dd1e8e

Please sign in to comment.