mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-07 23:52:24 +00:00
Update logging [skip ci]
This commit is contained in:
parent
4ef481dbc0
commit
c53c769a7c
@ -44,7 +44,7 @@ ServerManager::ServerManager()
|
|||||||
server_connection->OnConnectionIdentified(
|
server_connection->OnConnectionIdentified(
|
||||||
"World", [this](std::shared_ptr<EQ::Net::ServertalkServerConnection> world_connection) {
|
"World", [this](std::shared_ptr<EQ::Net::ServertalkServerConnection> world_connection) {
|
||||||
LogInfo(
|
LogInfo(
|
||||||
"New world server connection from {0}:{1}",
|
"New World Server connection from {0}:{1}",
|
||||||
world_connection->Handle()->RemoteIP(),
|
world_connection->Handle()->RemoteIP(),
|
||||||
world_connection->Handle()->RemotePort()
|
world_connection->Handle()->RemotePort()
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user