Commit e3209d1d authored by David Wilson's avatar David Wilson

core: log Broker's id in repr.

parent f4ba66e3
......@@ -1362,7 +1362,7 @@ class Broker(object):
self._thread.join()
def __repr__(self):
return 'Broker()'
return 'Broker(%#x)' % (id(self),)
class ExternalContext(object):
......
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