add debug
This commit is contained in:
parent
da25c7655a
commit
e72d70cdc0
1 changed files with 4 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue