diff --git a/world/net.cpp b/world/net.cpp index 8278f9437..7ed6f74ac 100644 --- a/world/net.cpp +++ b/world/net.cpp @@ -476,7 +476,7 @@ int main(int argc, char** argv) { }); server_connection->OnConnectionRemoved("UCS", [](std::shared_ptr connection) { - LogF(Logs::General, Logs::World_Server, "Removed Query Server connection from {0}", + LogF(Logs::General, Logs::World_Server, "Removed UCS Server connection from {0}", connection->GetUUID()); UCSLink.SetConnection(nullptr);