From ff48aeddeff2e16f45fe4bae1220f3ed47b786a4 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 25 May 2014 20:57:01 -0400 Subject: Little bug fix --- 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 f02c41f8..f1735639 100644 --- a/routers/install.go +++ b/routers/install.go @@ -46,6 +46,7 @@ func NewServices() { // GlobalInit is for global configuration reload-able. func GlobalInit() { setting.NewConfigContext() + log.Trace("Custom path: %s", setting.CustomPath) mailer.NewMailerContext() models.LoadModelsConfig() models.LoadRepoConfig() -- cgit v1.2.3