diff options
author | 无闻 <joe2010xtmf@163.com> | 2014-04-04 18:39:21 -0400 |
---|---|---|
committer | 无闻 <joe2010xtmf@163.com> | 2014-04-04 18:39:21 -0400 |
commit | ef6b9784962d3152d3ec46833303bad72915af57 (patch) | |
tree | 7980b8e04af31123708cf8baa9304fc7df596b3c /routers/install.go | |
parent | 3a23476dbef0bb90ce5e8bc4c7ab8929bc04bb1b (diff) | |
parent | eb803ec5eb3a7e66a107873ce6ee584b8c77b131 (diff) |
Merge pull request #62 from gogits/dev
Add transfer repository
Diffstat (limited to 'routers/install.go')
-rw-r--r-- | routers/install.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go index 6bdae2af..032af480 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) } |