mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 20:13:21 +08:00
Be slightly more specific with error message
This commit is contained in:
parent
53f935714e
commit
ca25ac446b
@ -924,7 +924,7 @@ namespace osu.Game.Database
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error(e, $"Failed to read replay {replayFilename}", LoggingTarget.Database);
|
||||
Logger.Error(e, $"Failed to read replay {replayFilename} during score migration", LoggingTarget.Database);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user