backend/cache: Print correct info about Cache Writes
This commit is contained in:
parent
e76cf1217f
commit
696e7b2833
1 changed files with 1 additions and 1 deletions
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 a new issue