mirror of
https://github.com/syncthing/syncthing.git
synced 2024-11-16 18:41:59 -07:00
Don't spam console with debug
This commit is contained in:
parent
e22ddae3a8
commit
958c39ef5f
@ -352,7 +352,6 @@ func (p *puller) handleBlock(b bqBlock) bool {
|
||||
l.Debugf("pull: error: %q / %q has already failed: %v", p.repo, f.Name, of.err)
|
||||
}
|
||||
if b.last {
|
||||
l.Debugf("pull: removing failed file %q / %q", p.repo, f.Name)
|
||||
delete(p.openFiles, f.Name)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user