1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-04 21:39:30 +08:00

Fix copy-paste fail in log message

This commit is contained in:
Bartłomiej Dach
2025-08-25 13:43:03 +02:00
Unverified
parent 6e8246b539
commit a2bf8e3988
@@ -727,7 +727,7 @@ namespace osu.Game.Database
}
catch (Exception e)
{
Logger.Log(@$"Failed to update ranked/submitted dates for beatmap set {id}: {e}");
Logger.Log(@$"Failed to update user tags for beatmap {id}: {e}");
++failedCount;
}
}