summaryrefslogtreecommitdiffstats
path: root/routers/install.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-04 18:31:09 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-04 18:31:09 -0400
commiteb803ec5eb3a7e66a107873ce6ee584b8c77b131 (patch)
tree7980b8e04af31123708cf8baa9304fc7df596b3c /routers/install.go
parentca5dcea7d15d3564425afbcb65dbea6ab859526f (diff)
downloadgitea-eb803ec5eb3a7e66a107873ce6ee584b8c77b131.tar.gz
gitea-eb803ec5eb3a7e66a107873ce6ee584b8c77b131.zip
Add transfer repository
Diffstat (limited to 'routers/install.go')
-rw-r--r--routers/install.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index 6bdae2afd5..032af48020 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -43,7 +43,7 @@ func GlobalInit() {
if base.InstallLock {
if err := models.NewEngine(); err != nil {
- fmt.Println("%v", err)
+ fmt.Println(err)
os.Exit(2)
}