From f3cdb4e050be710808b848a047035767857d7039 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Mon, 18 Sep 2017 15:56:33 +0530 Subject: [PATCH] Fix format string. --- mitogen/master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mitogen/master.py b/mitogen/master.py index 629dcdd0..4d17eed1 100644 --- a/mitogen/master.py +++ b/mitogen/master.py @@ -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_,