mirror of
https://github.com/octoleo/restic.git
synced 2024-11-04 12:34:13 +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)
|
||||
if err == nil {
|
||||
debug.Log("MasterIndex.Lookup",
|
||||
"found id %v: %v", blob)
|
||||
"found id %v: %v", id.Str(), blob)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user