Skip to content

Commit

Permalink
Upper case Bootstrap #2164
Browse files Browse the repository at this point in the history
  • Loading branch information
cunningt authored and jamesnetherton committed Apr 14, 2021
1 parent eb3d8fe commit 03ec238
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void run() {
public void start(RuntimeValue<CamelRuntime> runtime, Supplier<String[]> arguments) {
try {
Logger logger = Logger.getLogger(CamelBootstrapRecorder.class);
logger.infof("bootstrap runtime: %s", runtime.getValue().getClass().getName());
logger.infof("Bootstrap runtime: %s", runtime.getValue().getClass().getName());
runtime.getValue().start(arguments.get());
} catch (Exception e) {
throw new RuntimeException(e);
Expand Down

0 comments on commit 03ec238

Please sign in to comment.