]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Correct type (v2)
authorStephen Finucane <stephen@that.guru>
Wed, 10 Jan 2018 09:36:08 +0000 (09:36 +0000)
committerStephen Finucane <stephen@that.guru>
Wed, 10 Jan 2018 09:36:08 +0000 (09:36 +0000)
This is why you shouldn't do stuff at 1am.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: b891f8d ("parser: Log when invalid project list-id passed")
patchwork/parser.py

index 9e76c7a68687b1d1234acabab55beeba57634782..3acc60964fb1aa70f86e9f30f81e29312286472e 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", listid)
+        logger.debug("Could not find a list-id in mail headers")
 
     return project