[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 683078f749ca6627f8ff65c4562697b6e1034689
Author: Damian Johnson <atagar@xxxxxxxxxxxxxx>
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 mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits