diff options
author | Unknwon <u@gogs.io> | 2015-12-18 05:49:28 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-18 05:49:28 -0500 |
commit | 037a01c4e4b394cdcd4a2094489cedbcccf34a6b (patch) | |
tree | 9892974a7ab4b3da50753916941cd0db5b859684 /routers/install.go | |
parent | 1d95844d5562d372e7168601a39646f67f87a63f (diff) | |
download | gitea-037a01c4e4b394cdcd4a2094489cedbcccf34a6b.tar.gz gitea-037a01c4e4b394cdcd4a2094489cedbcccf34a6b.zip |
fix #2189
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go index d5472c9b3e..120aa46851 100644 --- a/routers/install.go +++ b/routers/install.go @@ -82,6 +82,9 @@ func GlobalInit() { if models.EnableTidb { log.Info("TiDB Supported") } + if setting.SupportMiniWinService { + log.Info("Builtin Windows Service Supported") + } checkRunMode() if setting.StartSSHServer { |