]> Cypherpunks.ru repositories - nncp.git/commitdiff
Missing error loggging
authorSergey Matveev <stargrave@stargrave.org>
Mon, 1 Nov 2021 11:20:48 +0000 (14:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 1 Nov 2021 11:20:48 +0000 (14:20 +0300)
src/toss.go

index 84890343a86b67777d672a4d7a6571b2be1a0577..7e7ce171661176fa7c4d64a4485f106f40d66639 100644 (file)
@@ -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