aboutsummaryrefslogtreecommitdiffstats
path: root/modules/private/restore_repo.go
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2022-07-28 20:56:55 +0100
committerGitHub <noreply@github.com>2022-07-28 20:56:55 +0100
commitc9c5bd88beb30b06cf52444e6515ef4c7d75993f (patch)
tree7c92902c1a1bd7bfbd8750a3d005340c289e13a2 /modules/private/restore_repo.go
parent9691d4310111e2754beb4bcb5406ef6eb2494b9f (diff)
downloadgitea-c9c5bd88beb30b06cf52444e6515ef4c7d75993f.tar.gz
gitea-c9c5bd88beb30b06cf52444e6515ef4c7d75993f.zip
Stop logging EOFs and exit(1)s in ssh handler (#20476)
The code in modules/ssh/ssh.go:sessionHandler() currently cause an error to be logged if `gitea serv` exits with a exit(1). This logging is useless because the accompanying stderr is not provided and in any case the exit(1) is most likely due to permissions errors. Further it then causes the EOF to be logged - even though this is not helpful. This PR simply checks the errors returned and stops logging them. In the case of misconfigurations causing `gitea serv` to fail with exit(1) the current logging is not helpful at determining this and users should simply review the message passed over the ssh connection. Fix #20473 Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'modules/private/restore_repo.go')
0 files changed, 0 insertions, 0 deletions