diff --git a/osu.Game/Database/BackgroundDataStoreProcessor.cs b/osu.Game/Database/BackgroundDataStoreProcessor.cs index c0f2238219..f8d1b9ae51 100644 --- a/osu.Game/Database/BackgroundDataStoreProcessor.cs +++ b/osu.Game/Database/BackgroundDataStoreProcessor.cs @@ -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; } }