From 2a0066420a9395e5fa5afcd9be4d094a48eee3fa Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 30 Mar 2014 16:01:50 -0400 Subject: Fix bug work with sqlite3 --- routers/install.go | 1 + 1 file changed, 1 insertion(+) (limited to 'routers/install.go') 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!") -- cgit v1.2.3