vfs: Reduce logging of metadata expiry to debug

This commit is contained in:
Nick Craig-Wood 2020-07-02 14:52:12 +01:00
parent 8d5bc7f28b
commit 63ebe4ca8d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}