Display server port in log for connect-now GUI later

This commit is contained in:
Benau 2018-04-15 11:35:50 +08:00
parent 88728b074c
commit 266898ca28

View File

@ -293,6 +293,8 @@ STKHost::STKHost(bool server)
"ENet server host.");
}
setPrivatePort();
if (server)
Log::info("STKHost", "Server port is %d", m_private_port);
} // STKHost
// ----------------------------------------------------------------------------