Update logging [skip ci]

This commit is contained in:
Akkadius
2019-09-05 01:54:25 -05:00
parent 4ef481dbc0
commit c53c769a7c
+1 -1
View File
@@ -44,7 +44,7 @@ ServerManager::ServerManager()
server_connection->OnConnectionIdentified(
"World", [this](std::shared_ptr<EQ::Net::ServertalkServerConnection> world_connection) {
LogInfo(
"New world server connection from {0}:{1}",
"New World Server connection from {0}:{1}",
world_connection->Handle()->RemoteIP(),
world_connection->Handle()->RemotePort()
);