mirror of
https://github.com/octoleo/restic.git
synced 2025-02-08 22:58:24 +00:00
Correct debug message
This commit is contained in:
parent
bff1039e3a
commit
2e72b57f2f
@ -163,7 +163,7 @@ func (sn *Snapshot) HasTagList(l []TagList) bool {
|
|||||||
|
|
||||||
for _, tags := range l {
|
for _, tags := range l {
|
||||||
if sn.HasTags(tags) {
|
if sn.HasTags(tags) {
|
||||||
debug.Log(" snapshot satisfies %v", tags, l)
|
debug.Log(" snapshot satisfies %v %v", tags, l)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user