mc
This commit is contained in:
@@ -78,7 +78,7 @@ public class Service {
|
||||
|
||||
jetty.start();
|
||||
jetty.join();
|
||||
log.info("Listening at " + hostPort);
|
||||
log.info("Listening at port" + hostPort);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.fatal("Failed to start on port " + hostPort + ", reason: " + e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user