Update error message to match implementation and docs

Closes ticket:2824
This commit is contained in:
str4d 2016-09-19 17:25:45 +12:00 committed by Brian Warner
parent 6d1b84829f
commit e82e2c31e2

View File

@ -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 = {