models: fix XORM API break

cmd/web.go: check version after load config
This commit is contained in:
Unknwon 2015-02-14 17:01:33 -05:00
parent a38e4a0b02
commit 685ed1f807
4 changed files with 4 additions and 5 deletions

View file

@ -121,7 +121,7 @@ func SetEngine() (err error) {
if err != nil {
return fmt.Errorf("models.init(fail to create xorm.log): %v", err)
}
x.Logger = xorm.NewSimpleLogger(f)
x.SetLogger(xorm.NewSimpleLogger(f))
x.ShowSQL = true
x.ShowInfo = true