mirror of
https://github.com/restic/restic.git
synced 2025-12-12 16:43:29 +00:00
Fix debug log message
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user