mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Simplify error logging
This commit is contained in:
+1
-1
@@ -349,7 +349,7 @@ void Client::EnableTitle(int titleSet) {
|
||||
CharacterID(), titleSet);
|
||||
auto results = database.QueryDatabase(query);
|
||||
if(!results.Success())
|
||||
Log(Logs::General, Logs::Error, "Error in EnableTitle query for titleset %i and charid %i", titleSet, CharacterID());
|
||||
LogError("Error in EnableTitle query for titleset [{}] and charid [{}]", titleSet, CharacterID());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user