summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-25 20:57:01 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-25 20:57:01 -0400
commitff48aeddeff2e16f45fe4bae1220f3ed47b786a4 (patch)
treedd554179031f5edc4d0ad8dfc5b4b50c55ad396b /routers/install.go
parentd72fdc99003f5d60bd32c91b1679f4d7b72567c7 (diff)
downloadgitea-ff48aeddeff2e16f45fe4bae1220f3ed47b786a4.tar.gz
gitea-ff48aeddeff2e16f45fe4bae1220f3ed47b786a4.zip
Little bug fix
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 f02c41f87e..f173563960 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()