Correct debug message

This commit is contained in:
Alexander Neumann 2017-09-25 14:35:37 +02:00
parent bff1039e3a
commit 2e72b57f2f
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}