Move control/logging to a separate Tub

This commit is contained in:
David Stainton
2016-06-30 13:04:23 +00:00
committed by Brian Warner
parent 3402f75454
commit e5ffbdbcdf
2 changed files with 47 additions and 7 deletions

View File

@ -416,7 +416,7 @@ class Client(node.Node, pollmixin.PollMixin):
def init_control(self):
c = ControlServer()
c.setServiceParent(self)
control_url = self.tub.registerReference(c)
control_url = self.control_tub.registerReference(c)
self.write_private_config("control.furl", control_url + "\n")
def init_helper(self):