From 037a01c4e4b394cdcd4a2094489cedbcccf34a6b Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 18 Dec 2015 05:49:28 -0500 Subject: fix #2189 --- routers/install.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'routers') 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 { -- cgit v1.2.3