more on change avatar

This commit is contained in:
Unknwon 2014-11-21 12:51:36 -05:00
parent 22ab4fa1b0
commit ef275ebf62
11 changed files with 42 additions and 18 deletions

View file

@ -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
}