]> source.dussan.org Git - gitea.git/commitdiff
Mirror fix
authorUnknown <joe2010xtmf@163.com>
Thu, 20 Mar 2014 05:48:03 +0000 (01:48 -0400)
committerUnknown <joe2010xtmf@163.com>
Thu, 20 Mar 2014 05:48:03 +0000 (01:48 -0400)
modules/base/conf.go
routers/repo/single.go

index 17ba3b879a431dcd331da0f1e3c9de4067a6e643..fdbf3ad38549ec010eb47b21f3fb3c40a9ae0e01 100644 (file)
@@ -167,7 +167,6 @@ func init() {
                        os.Exit(2)
                }
        }
-       Cfg.BlockMode = false
 
        AppName = Cfg.MustValue("", "APP_NAME", "Gogs: Go Git Service")
        AppLogo = Cfg.MustValue("", "APP_LOGO", "img/favicon.png")
index 141a6cdae29fccf2f284a52b78ef65b526ef7496..87b08a4ad51db2283da348c672c987644b8810ee 100644 (file)
@@ -138,7 +138,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
                }
        }
 
-       fmt.Println(Paths)
+       log.Trace("repo.Single: Paths: %s", strings.Join(Paths, ", "))
 
        ctx.Data["Paths"] = Paths
        ctx.Data["Treenames"] = treenames