mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-09 17:53:59 +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)
|
err = scanner.Verify(fd, protocol.BlockSize, state.file.Blocks)
|
||||||
fd.Close()
|
fd.Close()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
l.Warnln("puller: final:", state.file.Name, err)
|
l.Infoln("puller:", state.file.Name, err, "(file changed during pull?)")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user