mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 01:43:15 +08:00
Ensure correct exception logged
This commit is contained in:
parent
2498305174
commit
dfa21444b4
@ -143,6 +143,7 @@ namespace osu.Game.Database
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
e = e.InnerException ?? e;
|
||||
Logger.Error(e, $@"Could not import beatmap set");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user