Fix format string.

This commit is contained in:
David Wilson 2017-09-18 15:56:33 +05:30
parent 4720eb1c55
commit 02a37d2339
1 changed files with 1 additions and 1 deletions

View File

@ -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_,