change debug

This commit is contained in:
Antonio J. Delgado 2025-02-05 12:21:50 +02:00
parent e890cb0aca
commit 5f85960d54

View file

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