lib/scanner, lib/model: File -> item when logging error (#5664)

This commit is contained in:
Simon Frei
2019-04-21 17:19:59 +02:00
committed by Audrius Butkevicius
parent 86e72d9973
commit 926e9228ed
2 changed files with 2 additions and 2 deletions

View File

@@ -1747,7 +1747,7 @@ func (f *sendReceiveFolder) newPullError(path string, err error) {
return
}
l.Infof("Puller (folder %s, file %q): %v", f.Description(), path, err)
l.Infof("Puller (folder %s, item %q): %v", f.Description(), path, err)
// Establish context to differentiate from errors while scanning.
// Use "syncing" as opposed to "pulling" as the latter might be used