mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
more on change avatar
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user