mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09: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