]> Cypherpunks.ru repositories - nncp.git/commitdiff
Check progress is a progress loglevel
authorSergey Matveev <stargrave@stargrave.org>
Sun, 8 Jan 2017 13:02:39 +0000 (16:02 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 8 Jan 2017 13:02:39 +0000 (16:02 +0300)
src/cypherpunks.ru/nncp/check.go

index fff7c02be8e942fb8f448c7c77d7642dc2d46c69..1477763d22c8b0d25c7f59a599806a1fc525d15c 100644 (file)
@@ -46,7 +46,7 @@ func (ctx *Ctx) checkXx(nodeId *NodeId, xx TRxTx) bool {
                        "node": nodeId,
                        "pkt":  ToBase32(job.HshValue[:]),
                }
-               ctx.LogI("check", sds, "")
+               ctx.LogP("check", sds, "")
                gut, err := Check(job.Fd, job.HshValue[:])
                job.Fd.Close()
                if err != nil {