[tor-commits] [stem/master] Minor error in logged message

atagar at torproject.org atagar at torproject.org
Fri May 25 16:27:32 UTC 2012


commit 683078f749ca6627f8ff65c4562697b6e1034689
Author: Damian Johnson <atagar at 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



More information about the tor-commits mailing list