aboutsummaryrefslogtreecommitdiff
path: root/serve.go
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-13 12:16:51 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-13 12:16:51 +0800
commit555c8f1d919eae951bf7f75f4bc6a150ec04b9a6 (patch)
treeba7626e08bbb06ea4261bf6b41fcd1b82369d3ee /serve.go
parent4fff38856e784cb1c2c8115a7c7e013f42f7d8d8 (diff)
parent9b845c11150102894a8bb453d86a335a7c2a64b8 (diff)
Merge remote-tracking branch 'origin/master'
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 97b9c567..56105f2f 100644
--- a/serve.go
+++ b/serve.go
@@ -58,7 +58,7 @@ func runServ(*cli.Context) {
cmd := os.Getenv("SSH_ORIGINAL_COMMAND")
if cmd == "" {
- fmt.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
}