log string, not func (#2930)

#### Type of change

- [x] 🐛 Bugfix
This commit is contained in:
Keepers 2023-03-23 23:46:20 -06:00 committed by GitHub
parent f76222df73
commit 53d4b6045f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@ func (w Wrapper) RestoreMultipleItems(
return nil, el.Failure()
}
ictx := clues.Add(ctx, "item_path", itemPath.String)
ictx := clues.Add(ctx, "item_path", itemPath.String())
ds, err := getItemStream(ictx, itemPath, snapshotRoot, bcounter)
if err != nil {