mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 23:06:32 +00:00
cache: cleanup debug logs
This commit is contained in:
parent
5214af88e2
commit
ac805d6838
4
internal/cache/backend.go
vendored
4
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)
|
||||
if inCache {
|
||||
debug.Log("error loading %v from cache: %v", h, err)
|
||||
if err != nil {
|
||||
debug.Log("error loading %v from cache: %v", h, err)
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user