mirror of
https://github.com/rclone/rclone
synced 2025-03-20 01:44:24 +01:00
vfs: Quiet removeNotInUse logging to debug when not removing
This commit is contained in:
parent
78abd21eec
commit
23b2c58018
@ -453,7 +453,7 @@ func (c *Cache) removeNotInUse(item *Item, maxAge time.Duration, emptyOnly bool)
|
|||||||
// Remove the entry
|
// Remove the entry
|
||||||
delete(c.item, item.name)
|
delete(c.item, item.name)
|
||||||
} else {
|
} else {
|
||||||
fs.Infof(nil, "vfs cache RemoveNotInUse (maxAge=%d, emptyOnly=%v): item %s not removed, freed %d bytes", maxAge, emptyOnly, item.GetName(), spaceFreed)
|
fs.Debugf(nil, "vfs cache RemoveNotInUse (maxAge=%d, emptyOnly=%v): item %s not removed, freed %d bytes", maxAge, emptyOnly, item.GetName(), spaceFreed)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user