Add some log
This commit is contained in:
parent
b192b70aec
commit
bd9d90d8c4
6 changed files with 22 additions and 4 deletions
2
web.go
2
web.go
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue