summaryrefslogtreecommitdiff
path: root/kombu/pidbox.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2013-06-18 13:09:02 +0100
committerAsk Solem <ask@celeryproject.org>2013-06-18 13:09:02 +0100
commitff74e28eeca99e80b09e89437a68b3d9a331a59e (patch)
tree65a4b6284fcd26cb45cfdd306d04503bf4eeec9f /kombu/pidbox.py
parentb3ab322b506f6e44d1a61020f1945f20cbd9bd88 (diff)
downloadkombu-ff74e28eeca99e80b09e89437a68b3d9a331a59e.tar.gz
100% coverage for kombu.utils.log
Diffstat (limited to 'kombu/pidbox.py')
-rw-r--r--kombu/pidbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/pidbox.py b/kombu/pidbox.py
index 83757724..a619ce28 100644
--- a/kombu/pidbox.py
+++ b/kombu/pidbox.py
@@ -94,7 +94,7 @@ class Node(object):
reply_to=None, ticket=None, **kwargs):
arguments = arguments or {}
debug('pidbox received method %s [reply_to:%s ticket:%s]',
- reprcall(method, (), kwargs=arguments), reply_to, ticket)
+ reprcall(method, (), kwargs=arguments), reply_to, ticket)
handle = reply_to and self.handle_call or self.handle_cast
try:
reply = handle(method, kwdict(arguments))