mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 15:50:19 +08:00
Report full error to log file
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user