Skip to content

Commit

Permalink
Realmd: Fix compilation warning due to too many params
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Aug 17, 2024
1 parent e68c02e commit 7df7ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/realmd/RealmList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ void RealmList::UpdateRealms(bool init)

if (Id == 0)
{
sLog.outErrorDb("Realm ID must be > 0", Id, name.c_str());
sLog.outErrorDb("Realm ID must be > 0 for %s", name.c_str());
continue;
}

Expand Down

0 comments on commit 7df7ece

Please sign in to comment.