mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-18 23:38:18 +00:00
Move control/logging to a separate Tub
This commit is contained in:
committed by
Brian Warner
parent
3402f75454
commit
e5ffbdbcdf
@ -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):
|
||||
|
Reference in New Issue
Block a user