use warning level

This commit is contained in:
Son Nguyen Kim 2021-09-08 18:25:40 +02:00
parent ff2cbeb3af
commit 493a5daa45

View file

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