fix logging

This commit is contained in:
Son 2022-01-11 12:29:42 +01:00
parent 2f6229cd54
commit 5e7ff7a694
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ def replace_header_when_reply(msg: Message, alias: Alias, header: str):
contact = Contact.get_by(reply_email=reply_email)
if not contact:
LOG.w(
"email %s contained in %s header in reply phase %s must be reply emails. headers:%s",
"email %s contained in %s header in reply phase must be reply emails. headers:%s",
reply_email,
header,
headers,