From dbc55c50a261c80a2ee2bdf841052249283b7fac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Casaj=C3=BAs?= Date: Mon, 11 Apr 2022 14:51:33 +0200 Subject: [PATCH] Add missing formatting place --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index d3c50783..a66b6f95 100644 --- a/email_handler.py +++ b/email_handler.py @@ -283,7 +283,7 @@ def get_or_create_reply_to_contact( return contact else: LOG.d( - "create contact %s for alias %s via reply-to header", + "create contact %s for alias %s via reply-to header %s", contact_address, alias, reply_to_header,