Hash mismatch in general doesn't merit a warning

This commit is contained in:
Jakob Borg 2014-10-17 10:33:02 +02:00
parent 9dda7485eb
commit 86a57d8b56
1 changed files with 1 additions and 1 deletions

View File

@ -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
}