From 5e7ff7a69492632c641555d04c1c66d6034870d9 Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 11 Jan 2022 12:29:42 +0100 Subject: [PATCH] fix logging --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index c8b40df6..cec50480 100644 --- a/email_handler.py +++ b/email_handler.py @@ -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,