mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
fix logging warning message
This commit is contained in:
parent
512c44bca6
commit
58d4fae854
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ class Mailbox(models.Model):
|
|||
)
|
||||
except ValueError:
|
||||
logger.warning(
|
||||
"Decoding error encountered; interpreting as ASCII!",
|
||||
"Decoding error encountered; interpreting %s as ASCII!",
|
||||
content_charset
|
||||
)
|
||||
msg.set_payload(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue