From e72d70cdc0abc8817c45b411a05358d998260dc9 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 5 Feb 2025 11:43:43 +0200 Subject: [PATCH] add debug --- imap_filter/imap_filter.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/imap_filter/imap_filter.py b/imap_filter/imap_filter.py index aced2bc..85b0086 100644 --- a/imap_filter/imap_filter.py +++ b/imap_filter/imap_filter.py @@ -229,6 +229,10 @@ class ImapFilter: replacement ) content = f"{new_content}\n" + else: + self._log.debug( + "Line it is NOT different, not replacing it." + ) else: self._log.debug( "Line '%s' not found in current file, adding it",