mirror of
https://github.com/octoleo/restic.git
synced 2024-11-27 07:16:40 +00:00
cache: cleanup debug logs
This commit is contained in:
parent
5214af88e2
commit
ac805d6838
2
internal/cache/backend.go
vendored
2
internal/cache/backend.go
vendored
@ -181,7 +181,9 @@ func (b *Backend) Load(ctx context.Context, h backend.Handle, length int, offset
|
|||||||
|
|
||||||
inCache, err = b.loadFromCache(h, length, offset, consumer)
|
inCache, err = b.loadFromCache(h, length, offset, consumer)
|
||||||
if inCache {
|
if inCache {
|
||||||
|
if err != nil {
|
||||||
debug.Log("error loading %v from cache: %v", h, err)
|
debug.Log("error loading %v from cache: %v", h, err)
|
||||||
|
}
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user