1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-29 06:49:53 +08:00

Report full error to log file

This commit is contained in:
Dean Herbert
2018-05-29 18:37:45 +09:00
Unverified
parent c1f416b1cc
commit 4a18951cce
+2 -1
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;
}