use warning level

This commit is contained in:
Son Nguyen Kim 2021-09-08 18:25:40 +02:00
parent ff2cbeb3af
commit 493a5daa45
1 changed files with 1 additions and 1 deletions

View File

@ -1704,7 +1704,7 @@ def handle(envelope: Envelope) -> str:
contact = Contact.get_by(reply_email=mail_from)
if contact:
LOG.e(
LOG.w(
"email can't be sent from a reverse-alias:%s, contact email:%s, %s, %s",
contact.reply_email,
contact.website_email,