Set log level of std logger as well. (since gui logging is disabled)

This commit is contained in:
obscuren
2014-08-22 12:40:15 +02:00
parent 842f2cc8a0
commit 5ac875b097
4 changed files with 12 additions and 4 deletions

View File

@ -43,6 +43,7 @@ func main() {
err := utils.DBSanityCheck(db)
if err != nil {
logger.Errorln(err)
os.Exit(1)
}