lib/db: Update db when only local flags change (fixes #6008) (#6007)

This commit is contained in:
Simon Frei
2019-09-12 08:47:39 +02:00
committed by GitHub
parent f7b2e79fdc
commit 28b6e8b063
3 changed files with 30 additions and 3 deletions

View File

@@ -478,7 +478,7 @@ func (f *folder) scanSubdirs(subDirs []string) error {
return true
}
l.Debugln("marking file as ignored", f)
l.Debugln("marking file as ignored", file)
nf := file.ConvertToIgnoredFileInfo(f.shortID)
batch.append(nf)
changes++