From: Stephen Finucane Date: Wed, 10 Jan 2018 00:45:31 +0000 (+0000) Subject: Correct typo X-Git-Tag: v2.1.0-rc1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68a2adeb7d78c724c438190057d5f9ed2e153d72;p=thirdparty%2Fpatchwork.git Correct typo Signed-off-by: Stephen Finucane Fixes: b891f8d ("parser: Log when invalid project list-id passed") --- diff --git a/patchwork/parser.py b/patchwork/parser.py index 05249df0..9e76c7a6 100644 --- a/patchwork/parser.py +++ b/patchwork/parser.py @@ -186,7 +186,7 @@ def find_project_by_header(mail): break if not project: - logger.debug("Could not find a list-id in mail headers", list_id) + logger.debug("Could not find a list-id in mail headers", listid) return project