diff --git a/internal/restic/snapshot.go b/internal/restic/snapshot.go index f73be6937..47b123240 100644 --- a/internal/restic/snapshot.go +++ b/internal/restic/snapshot.go @@ -163,7 +163,7 @@ func (sn *Snapshot) HasTagList(l []TagList) bool { for _, tags := range l { if sn.HasTags(tags) { - debug.Log(" snapshot satisfies %v", tags, l) + debug.Log(" snapshot satisfies %v %v", tags, l) return true } }