From: Sergey Matveev Date: Mon, 1 Nov 2021 11:20:48 +0000 (+0300) Subject: Missing error loggging X-Git-Tag: v8.0.0^2~5 X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=commitdiff_plain;h=6186049fee49895528baa8750b29ef58892f5978 Missing error loggging --- diff --git a/src/toss.go b/src/toss.go index 8489034..7e7ce17 100644 --- a/src/toss.go +++ b/src/toss.go @@ -862,6 +862,7 @@ func jobProcess( nil, ) if err != nil { + ctx.LogE("rx-area-pkt-enc-read2", les, err, logMsg) pipeW.CloseWithError(err) <-errs return err