Fix format string.

pull/35/head
David Wilson 7 years ago
parent 491b5ab575
commit f3cdb4e050

@ -775,7 +775,7 @@ class IdAllocator(object):
def on_allocate_id(self, msg): def on_allocate_id(self, msg):
id_ = self.allocate() 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( self.router.route(
mitogen.core.Message.pickled( mitogen.core.Message.pickled(
id_, id_,

Loading…
Cancel
Save