use warning level

This commit is contained in:
Son NK 2020-09-03 15:43:33 +02:00
parent 0dbc755790
commit b83c513607
1 changed files with 1 additions and 1 deletions

View File

@ -1028,7 +1028,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
try: try:
mailbox_id = int(orig_msg[_MAILBOX_ID_HEADER]) mailbox_id = int(orig_msg[_MAILBOX_ID_HEADER])
except TypeError: except TypeError:
LOG.exception( LOG.warning(
"cannot parse mailbox from original message header %s", "cannot parse mailbox from original message header %s",
orig_msg[_MAILBOX_ID_HEADER], orig_msg[_MAILBOX_ID_HEADER],
) )