]> source.dussan.org Git - gitea.git/commit
Remove spurious DataAsync Error logging (#14599)
authorzeripath <art27@cantab.net>
Sun, 7 Feb 2021 21:04:58 +0000 (21:04 +0000)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 21:04:58 +0000 (21:04 +0000)
commite65cfabda7caa22eef92137c5c501d1c60fcc42a
treeaa3fac152e35fc017fbcac34b873162cebed6df8
parent5f248d0df290fd08ed54e31424cbb8d8517229e3
Remove spurious DataAsync Error logging (#14599)

Breaking the pipe is a valid way of killing a piped command and any error from
a broken cat-file batch command should be passed back up to the writer any way
therefore specifically logging it is unnecessary.

Signed-off-by: Andrew Thornton <art27@cantab.net>
modules/git/blob_nogogit.go