feat(alerting): fixed test issues

This commit is contained in:
Torkel Ödegaard
2016-06-07 14:27:56 +02:00
parent 461e6ae4ac
commit 8105ec4660
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ func NewEngine() {
err = SetEngine(x, setting.Env == setting.DEV)
if err != nil {
sqlog.Error("Fail to initialize orm engine: %v", err)
sqlog.Error("Fail to initialize orm engine", "error", err)
os.Exit(1)
}
}