aboutsummaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-13 11:56:25 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-13 11:56:25 +0800
commit08feaf3deda4c82579375779cb27a403c4e1d79a (patch)
tree7dcd1d9f123591da3cedfd29542778cf25c2f798 /serve.go
parenta9a5fb45f8b0b31f0219d7a0957db1a43a72f6e0 (diff)
downloadgitea-08feaf3deda4c82579375779cb27a403c4e1d79a.tar.gz
gitea-08feaf3deda4c82579375779cb27a403c4e1d79a.zip
add repo router
Diffstat (limited to 'serve.go')
-rw-r--r--serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/serve.go b/serve.go
index d4874b3ed6..56105f2f80 100644
--- a/serve.go
+++ b/serve.go
@@ -58,7 +58,7 @@ func runServ(*cli.Context) {
cmd := os.Getenv("SSH_ORIGINAL_COMMAND")
if cmd == "" {
- printf("Hi %s! You've successfully authenticated, but Gogs does not provide shell access.\n", user.Name)
+ println("Hi ", user.Name, "! You've successfully authenticated, but Gogs does not provide shell access.")
return
}