Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Print log when the server is starting up
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiper committed Aug 17, 2018
1 parent b11e47c commit cee69ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public String generateSessionId(String accountName) {

try {
connection.connect(new InetSocketAddress("0.0.0.0", 8080));
System.out.println("Starting up the server at localhost:8080");

synchronized (lock) {
lock.wait();
Expand Down

0 comments on commit cee69ab

Please sign in to comment.