mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 09:32:29 +08:00
vfs: Reduce logging of metadata expiry to debug
This commit is contained in:
parent
8d5bc7f28b
commit
63ebe4ca8d
|
@ -736,7 +736,7 @@ func (item *Item) _removeMeta(reason string) {
|
|||
fs.Errorf(item.name, "vfs cache: failed to remove metadata from cache as %s: %v", reason, err)
|
||||
}
|
||||
} else {
|
||||
fs.Infof(item.name, "vfs cache: removed metadata from cache as %s", reason)
|
||||
fs.Debugf(item.name, "vfs cache: removed metadata from cache as %s", reason)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user