mirror of
https://github.com/ppy/osu
synced 2025-03-05 02:49:30 +00:00
Report full error to log file
This commit is contained in:
parent
c1f416b1cc
commit
4a18951cce
@ -206,8 +206,9 @@ namespace osu.Game.Database
|
||||
}
|
||||
}
|
||||
}
|
||||
catch
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error(e, $"Import of {archive.Name} failed and has been rolled back.", LoggingTarget.Database);
|
||||
item = null;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user