summaryrefslogtreecommitdiffstats
path: root/cmd/serve.go
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-11-21 12:51:36 -0500
committerUnknwon <joe2010xtmf@163.com>2014-11-21 12:51:36 -0500
commitef275ebf62608b1bd2c7e48862e723cd822d93c2 (patch)
tree1ff4e8cd2a7b85b85b19d03855cb51e6327c3e8a /cmd/serve.go
parent22ab4fa1b0bdbea10979ae87568452b5bbf9b6af (diff)
downloadgitea-ef275ebf62608b1bd2c7e48862e723cd822d93c2.tar.gz
gitea-ef275ebf62608b1bd2c7e48862e723cd822d93c2.zip
more on change avatar
Diffstat (limited to 'cmd/serve.go')
-rw-r--r--cmd/serve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/serve.go b/cmd/serve.go
index 15d48dcbfe..2390962342 100644
--- a/cmd/serve.go
+++ b/cmd/serve.go
@@ -164,7 +164,7 @@ func runServ(k *cli.Context) {
log.GitLogger.Fatal(2, "User %s has no right to read repository %s", user.Name, repoPath)
}
default:
- println("Unknown command")
+ println("Unknown command: " + cmd)
return
}