mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-01 00:21:28 +00:00
Update logging [skip ci]
This commit is contained in:
parent
4ef481dbc0
commit
c53c769a7c
@ -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()
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user