From: Stephen Finucane Date: Wed, 10 Jan 2018 09:36:08 +0000 (+0000) Subject: Correct type (v2) X-Git-Tag: v2.1.0-rc1~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=572e15e2382c51137529c7c12080b976211f67ef;p=thirdparty%2Fpatchwork.git Correct type (v2) This is why you shouldn't do stuff at 1am. 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 9e76c7a6..3acc6096 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", listid) + logger.debug("Could not find a list-id in mail headers") return project