summaryrefslogtreecommitdiffstats
path: root/update.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-06 13:54:48 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-06 13:54:48 -0400
commitdb1fe3483ed2c8c0962ee4395073e0b190310602 (patch)
treeff4895bc560bf1ae4d0ec717b9cf33045e003cac /update.go
parent6a16866f4e0908e62c5e5b30e3dc0ef8e4cb0819 (diff)
downloadgitea-db1fe3483ed2c8c0962ee4395073e0b190310602.tar.gz
gitea-db1fe3483ed2c8c0962ee4395073e0b190310602.zip
Fix bug related to log
Diffstat (limited to 'update.go')
-rw-r--r--update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.go b/update.go
index 79ce8f524d..c9cbb35b9b 100644
--- a/update.go
+++ b/update.go
@@ -45,7 +45,7 @@ func newUpdateLogger(execDir string) {
// for command: ./gogs update
func runUpdate(c *cli.Context) {
execDir, _ := base.ExecDir()
- newLogger(execDir)
+ newUpdateLogger(execDir)
base.NewConfigContext()
models.LoadModelsConfig()