]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Correct typo
authorStephen Finucane <stephen@that.guru>
Wed, 10 Jan 2018 00:45:31 +0000 (00:45 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 10 Jan 2018 00:45:31 +0000 (00:45 +0000)
Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: b891f8d ("parser: Log when invalid project list-id passed")
patchwork/parser.py

index 05249df078160f3b65f74a87d31e11926ea21769..9e76c7a68687b1d1234acabab55beeba57634782 100644 (file)
@@ -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