Skip to content

Commit 180c9fc

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/entity
2 parents fac3c6a + 9d13f59 commit 180c9fc

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/java/de/bluecolored/bluemap/common/web/http

1 file changed

+1
-1
lines changed

common/src/main/java/de/bluecolored/bluemap/common/web/http/Server.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public void bind(SocketAddress address) throws IOException {
5555
this.server.add(server);
5656

5757
if (checkIfBoundToAllInterfaces(address)) {
58-
Logger.global.logInfo("WebServer bound to all network interfaces on port " + ((InetSocketAddress) address).getPort());
58+
Logger.global.logInfo("WebServer bound to all network interfaces on port " + ((InetSocketAddress) server.getLocalAddress()).getPort());
5959
} else {
6060
Logger.global.logInfo("WebServer bound to: " + server.getLocalAddress());
6161
}

0 commit comments

Comments
 (0)