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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user