Misc fixes and missed sql updates

This commit is contained in:
hondacrx
2018-01-14 15:58:14 -05:00
parent 891fbebef8
commit 7b37614f3f
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ namespace Framework.Database
// Update database
if (!_database.ApplyFile(path))
Log.outError(LogFilter.Sql, $"Update: {path} Failed.");
Log.outError(LogFilter.Sql, $"Update: {path} Failed. You need to apply it manually");
// Return time the query took to apply
return Time.GetMSTimeDiffToNow(oldMSTime);