mirror of
https://github.com/restic/restic.git
synced 2025-08-25 19:37:35 +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)
|
||||
if err == nil {
|
||||
debug.Log("MasterIndex.Lookup",
|
||||
"found id %v: %v", blob)
|
||||
"found id %v: %v", id.Str(), blob)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user