Report full error to log file

This commit is contained in:
Dean Herbert 2018-05-29 18:37:45 +09:00
parent c1f416b1cc
commit 4a18951cce

View File

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