diff --git a/cmd/restic/exclude.go b/cmd/restic/exclude.go index d520f9c80..58aef7f1b 100644 --- a/cmd/restic/exclude.go +++ b/cmd/restic/exclude.go @@ -29,7 +29,7 @@ func rejectByPattern(patterns []string) RejectFunc { } if matched { - debug.Log("path %q excluded by a filter", item) + debug.Log("path %q excluded by an exclude pattern", item) return true }