mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
backend/cache: Print correct info about Cache Writes
This commit is contained in:
parent
e76cf1217f
commit
696e7b2833
2
backend/cache/cache.go
vendored
2
backend/cache/cache.go
vendored
@ -471,7 +471,7 @@ func NewFs(name, rootPath string, m configmap.Mapper) (fs.Fs, error) {
|
||||
fs.Infof(name, "Chunk Clean Interval: %v", f.opt.ChunkCleanInterval)
|
||||
fs.Infof(name, "Workers: %v", f.opt.TotalWorkers)
|
||||
fs.Infof(name, "File Age: %v", f.opt.InfoAge)
|
||||
if !f.opt.StoreWrites {
|
||||
if f.opt.StoreWrites {
|
||||
fs.Infof(name, "Cache Writes: enabled")
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user