commit 683078f749ca6627f8ff65c4562697b6e1034689 Author: Damian Johnson atagar@torproject.org Date: Fri May 25 09:27:07 2012 -0700
Minor error in logged message
s/server/descriptor --- stem/descriptor/server_descriptor.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/stem/descriptor/server_descriptor.py b/stem/descriptor/server_descriptor.py index 7bf781f..b1b02e3 100644 --- a/stem/descriptor/server_descriptor.py +++ b/stem/descriptor/server_descriptor.py @@ -39,7 +39,7 @@ try: import rsa IS_RSA_AVAILABLE = True except ImportError: - log.info("Unable to import the rsa module. Because of this we'll be unable to verify server integrity.") + log.info("Unable to import the rsa module. Because of this we'll be unable to verify descriptor integrity.") IS_RSA_AVAILABLE = False
# relay descriptors must have exactly one of the following
tor-commits@lists.torproject.org