Commit 02a37d23 authored by David Wilson's avatar David Wilson

Fix format string.

parent 4720eb1c
......@@ -775,7 +775,7 @@ class IdAllocator(object):
def on_allocate_id(self, msg):
id_ = self.allocate()
LOG.debug('%r: allocating ID %d to context %r', id_, msg.src_id)
LOG.debug('%r: allocating ID %d to context %r', self, id_, msg.src_id)
self.router.route(
mitogen.core.Message.pickled(
id_,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment