Fix log during UCS shutdown [skip ci]

This commit is contained in:
JJ 2019-09-06 12:05:51 -04:00
parent de38440c4f
commit 1e1b21f2bf

View File

@ -476,7 +476,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);