diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-25 20:57:01 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-25 20:57:01 -0400 |
commit | ff48aeddeff2e16f45fe4bae1220f3ed47b786a4 (patch) | |
tree | dd554179031f5edc4d0ad8dfc5b4b50c55ad396b /routers/install.go | |
parent | d72fdc99003f5d60bd32c91b1679f4d7b72567c7 (diff) | |
download | gitea-ff48aeddeff2e16f45fe4bae1220f3ed47b786a4.tar.gz gitea-ff48aeddeff2e16f45fe4bae1220f3ed47b786a4.zip |
Little bug fix
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 1 |
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() |