mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
More log migrations to fmt / log aliases
This commit is contained in:
+1
-1
@@ -1847,7 +1847,7 @@ const char* Database::GetRaidLeaderName(uint32 raid_id)
|
||||
auto results = QueryDatabase(query);
|
||||
|
||||
if (!results.Success()) {
|
||||
Log(Logs::General, Logs::Debug, "Unable to get Raid Leader Name for Raid ID: %u", raid_id);
|
||||
LogDebug("Unable to get Raid Leader Name for Raid ID: [{}]", raid_id);
|
||||
return "UNKNOWN";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user