change debug
This commit is contained in:
parent
e890cb0aca
commit
5f85960d54
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ class ImapFilter:
|
|||
match = re.search(search, content, re.MULTILINE)
|
||||
if match:
|
||||
self._log.debug(
|
||||
"Line '%s' found in current file. '%s'",
|
||||
"Found line '%s' in current file. '%s'",
|
||||
search,
|
||||
match.group(0)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue