feat(logging): fixed dependencies

This commit is contained in:
Torkel Ödegaard
2016-06-07 15:59:50 +02:00
parent 73b0e6c37b
commit 93fdc18fd4
34 changed files with 1988 additions and 2888 deletions

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)
}
}