1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00

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