forked from TrueCloudLab/restic
Improve debug message
This commit is contained in:
parent
e5d4e33509
commit
2fdca5d310
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ func rejectByPattern(patterns []string) RejectFunc {
|
||||||
}
|
}
|
||||||
|
|
||||||
if matched {
|
if matched {
|
||||||
debug.Log("path %q excluded by a filter", item)
|
debug.Log("path %q excluded by an exclude pattern", item)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue