diff --git a/zone/zonedb.cpp b/zone/zonedb.cpp index 9f0fa0033..61229916c 100644 --- a/zone/zonedb.cpp +++ b/zone/zonedb.cpp @@ -2940,7 +2940,7 @@ void ZoneDatabase::SaveBuffs(Client *client) if (saved_count < static_cast(v.size())) { database.TransactionRollback(); LogError( - "Failed to save all buffs for character [{}] [{}]. Expected [{}] rows, saved [{}]. Verify the `character_buffs` schema is up to date.", + "Failed to save all buffs for character [{}] [{}]. Expected at least [{}] rows saved, got [{}]. Verify the `character_buffs` schema is up to date.", client->GetCleanName(), client->CharacterID(), v.size(),