aboutsummaryrefslogtreecommitdiffstats
path: root/serve.go
diff options
context:
space:
mode:
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
}