1
0
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:
Bartłomiej Dach 2023-06-09 11:20:12 +02:00
parent 53f935714e
commit ca25ac446b
No known key found for this signature in database

View File

@ -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);
}
}