X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fnncp%2Fcheck.go;h=fdd6436f9049806ebe46d054a609f6b0839ccf33;hb=dd92823db3d72fb21a4c712a7fb052dce16443dd;hp=fff7c02be8e942fb8f448c7c77d7642dc2d46c69;hpb=cca813a5428d68fc711000ab436652a0fb21c4be;p=nncp.git diff --git a/src/cypherpunks.ru/nncp/check.go b/src/cypherpunks.ru/nncp/check.go index fff7c02..fdd6436 100644 --- a/src/cypherpunks.ru/nncp/check.go +++ b/src/cypherpunks.ru/nncp/check.go @@ -1,11 +1,10 @@ /* NNCP -- Node to Node copy, utilities for store-and-forward data exchange -Copyright (C) 2016-2017 Sergey Matveev +Copyright (C) 2016-2019 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. +the Free Software Foundation, version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -46,7 +45,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 {