aboutsummaryrefslogtreecommitdiff
path: root/routers/install.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/install.go b/routers/install.go
index 2c993c55..e30c3cfd 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -185,6 +185,7 @@ func Install(ctx *middleware.Context, form auth.InstallForm) {
ctx.RenderWithErr("Admin account setting is invalid: "+err.Error(), "install", &form)
return
}
+ log.Info("Admin account already exist")
}
log.Info("First-time run install finished!")