mirror of
https://github.com/octoleo/restic.git
synced 2024-11-05 04:47:51 +00:00
Fix debug log message
This commit is contained in:
parent
acba82c8f7
commit
96061d2a2f
@ -43,7 +43,7 @@ func (mi *MasterIndex) Lookup(id backend.ID) (blob PackedBlob, err error) {
|
|||||||
blob, err = idx.Lookup(id)
|
blob, err = idx.Lookup(id)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
debug.Log("MasterIndex.Lookup",
|
debug.Log("MasterIndex.Lookup",
|
||||||
"found id %v: %v", blob)
|
"found id %v: %v", id.Str(), blob)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user