Add some log

This commit is contained in:
Unknown 2014-03-19 04:48:45 -04:00
parent b192b70aec
commit bd9d90d8c4
6 changed files with 22 additions and 4 deletions

2
web.go
View file

@ -47,8 +47,8 @@ func checkRunMode() {
}
func runWeb(*cli.Context) {
log.Info("%s %s", base.AppName, base.AppVer)
checkRunMode()
log.Info("%s %s", base.AppName, base.AppVer)
m := martini.Classic()