Merge branch 'master' of https://github.com/EQEmu/Server into io_work

This commit is contained in:
Uleat
2019-09-06 20:52:23 -04:00
2 changed files with 13 additions and 3 deletions
+1 -1
View File
@@ -490,7 +490,7 @@ int main(int argc, char** argv) {
});
server_connection->OnConnectionRemoved("UCS", [](std::shared_ptr<EQ::Net::ServertalkServerConnection> 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);