mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Update error message to match implementation and docs
Closes ticket:2824
This commit is contained in:
parent
6d1b84829f
commit
e82e2c31e2
@ -312,7 +312,7 @@ class Node(service.MultiService):
|
||||
|
||||
if not self._reveal_ip:
|
||||
if self._default_connection_handlers.get("tcp") == "tcp":
|
||||
raise PrivacyError("tcp = tcp, must be set to 'tor'")
|
||||
raise PrivacyError("tcp = tcp, must be set to 'tor' or 'disabled'")
|
||||
|
||||
def set_tub_options(self):
|
||||
self.tub_options = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user