Core/Database: Get rid of exception and just print the file the errored.

This commit is contained in:
hondacrx
2018-01-13 11:51:36 -05:00
parent d0887b7cc9
commit d30547766d
+1 -1
View File
@@ -256,7 +256,7 @@ namespace Framework.Database
// Update database
if (!_database.ApplyFile(path))
throw new Exception("Update Failed");
Log.outError(LogFilter.Sql, $"Update: {path} Failed.");
// Return time the query took to apply
return Time.GetMSTimeDiffToNow(oldMSTime);