mirror of
https://github.com/octoleo/restic.git
synced 2025-02-10 15:48:29 +00:00
Improve debug message
This commit is contained in:
parent
e5d4e33509
commit
2fdca5d310
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user