mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-08 17:24:08 +00:00
Hash mismatch in general doesn't merit a warning
This commit is contained in:
parent
9dda7485eb
commit
86a57d8b56
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user