use warning level

This commit is contained in:
Son 2022-01-08 00:43:49 +01:00
parent 862d0e7a11
commit 4298fe73e6
1 changed files with 1 additions and 1 deletions

View File

@ -2094,7 +2094,7 @@ def handle(envelope: Envelope, msg: Message) -> str:
try:
_, from_header_address = parse_full_address(from_header)
except ValueError:
LOG.e("cannot parse the From header %s", from_header)
LOG.w("cannot parse the From header %s", from_header)
else:
contact = Contact.get_by(reply_email=from_header_address)
if contact: