aboutsummaryrefslogtreecommitdiff
path: root/internal/route
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route')
-rw-r--r--internal/route/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/install.go b/internal/route/install.go
index bd51711e..c145fc0b 100644
--- a/internal/route/install.go
+++ b/internal/route/install.go
@@ -81,7 +81,7 @@ func GlobalInit() {
if db.EnableSQLite3 {
log.Info("SQLite3 is supported")
}
- if setting.SupportMiniWinService {
+ if setting.SupportWindowsService() {
log.Info("Builtin Windows Service is supported")
}
if setting.LoadAssetsFromDisk {