From 86a57d8b56fe471b8a4754b01dfedb02cc931755 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 17 Oct 2014 10:33:02 +0200 Subject: [PATCH] Hash mismatch in general doesn't merit a warning --- internal/model/puller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/model/puller.go b/internal/model/puller.go index 2420cb9e..ffc7bea4 100644 --- a/internal/model/puller.go +++ b/internal/model/puller.go @@ -694,7 +694,7 @@ func (p *Puller) finisherRoutine(in <-chan *sharedPullerState) { err = scanner.Verify(fd, protocol.BlockSize, state.file.Blocks) fd.Close() if err != nil { - l.Warnln("puller: final:", state.file.Name, err) + l.Infoln("puller:", state.file.Name, err, "(file changed during pull?)") continue }