This commit is contained in:
Tilman
2013-10-08 10:53:44 +02:00
parent 952899123f
commit 43cfc08fe9
@@ -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());