mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
fix debug output
This commit is contained in:
parent
f1e93eb70a
commit
d80d5e4e70
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ class MailAccountHandler(LoggingMixin):
|
||||||
|
|
||||||
self.log(
|
self.log(
|
||||||
"debug",
|
"debug",
|
||||||
f"Rule {rule}: Searching folder with criteria " f"{str(AND(**criterias))}",
|
f"Rule {rule}: Searching folder with criteria " f"{str(criterias_imap)}",
|
||||||
)
|
)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue