Skip to content

Commit

Permalink
Revert log output
Browse files Browse the repository at this point in the history
  • Loading branch information
maobaolong committed Aug 20, 2024
1 parent 70a46ef commit 230a4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public void start() throws Exception {
try {
server.start();
} catch (BindException e) {
ExitUtils.terminate(1, "Fail to start jetty http server with port " + getHttpPort(), e, LOG);
ExitUtils.terminate(1, "Fail to start jetty http server", e, LOG);
}
LOG.info("Jetty http server started, listening on port {}", httpPort);
}
Expand Down

0 comments on commit 230a4fd

Please sign in to comment.