mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 02:28:21 +00:00
Fix for logs crash
This commit is contained in:
@@ -232,7 +232,7 @@ void Client::Handle_Login(const char* data, unsigned int size)
|
||||
result = true;
|
||||
}
|
||||
else {
|
||||
Log.OutF(Logs::General, Logs::Error, "Error logging in, user %s does not exist in the database.", user);
|
||||
Log.OutF(Logs::General, Logs::Error, "Error logging in, user {0} does not exist in the database.", user);
|
||||
result = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user