Skip to content

Commit

Permalink
KAFKA-786: Adding one log statement as a test commit before making a …
Browse files Browse the repository at this point in the history
…release.
  • Loading branch information
thomas.larsson committed May 3, 2019
1 parent d32164e commit 506b064
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ public void run() {
server.start();
boolean corsEnabled = config.getBoolean(KafkaCruiseControlConfig.WEBSERVER_HTTP_CORS_ENABLED_CONFIG);
System.out.println(">> ********************************************* <<");
System.out.println(">> CUSTOM BUILD for Klarna - See KAFKA-786");
System.out.println(">> Application directory : " + System.getProperty("user.dir"));
System.out.println(">> REST API available on : " + apiUrlPrefix);
System.out.println(">> Web UI available on : " + webuiPathPrefix);
Expand Down

0 comments on commit 506b064

Please sign in to comment.