More logging

This commit is contained in:
Akkadius
2019-07-05 18:34:08 -05:00
parent b2ed5fe479
commit 9d3ece8133
4 changed files with 21 additions and 16 deletions
+1 -3
View File
@@ -331,9 +331,7 @@ void WorldServer::ProcessUserToWorldResponse(uint16_t opcode, const EQ::Net::Pac
user_to_world_response->login
);
if (client) {
Log(Logs::General,
Logs::Debug,
"Found client with user id of %u and account name of %s.",
LogDebug("Found client with user id of {0} and account name of {1}",
user_to_world_response->lsaccountid,
client->GetAccountName().c_str()
);