chore(model): clarify log message (fixes #9875) (#9876)

This commit is contained in:
Jakob Borg 2024-12-18 08:56:06 +01:00 committed by GitHub
parent ce3248cea7
commit 8bd6bdd397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1393,7 +1393,7 @@ func (m *model) ccHandleFolders(folders []protocol.Folder, deviceCfg config.Devi
if !ok { if !ok {
indexHandlers.Remove(folder.ID) indexHandlers.Remove(folder.ID)
if deviceCfg.IgnoredFolder(folder.ID) { if deviceCfg.IgnoredFolder(folder.ID) {
l.Infof("Ignoring folder %s from device %s since we are configured to", folder.Description(), deviceID) l.Infof("Ignoring folder %s from device %s since it is in the list of ignored folders", folder.Description(), deviceID)
continue continue
} }
delete(expiredPending, folder.ID) delete(expiredPending, folder.ID)