From e890cb0acacb74bb950b7c335cc2c145d6f50306 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 5 Feb 2025 11:53:25 +0200 Subject: [PATCH] add debug --- imap_filter/imap_filter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imap_filter/imap_filter.py b/imap_filter/imap_filter.py index a5f0093..fcd4698 100644 --- a/imap_filter/imap_filter.py +++ b/imap_filter/imap_filter.py @@ -231,7 +231,8 @@ class ImapFilter: content = f"{new_content}\n" else: self._log.debug( - "Line it is NOT different, not replacing it." + "Line it is NOT different, not replacing it. Search: '%s'", + search ) else: self._log.debug(