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

[tor-commits] [sbws/master] Replace ns by desc in log message



commit e6fb529cbd79c56b5b6f457ed3779991b0af2cc7
Author: juga0 <juga@xxxxxxxxxx>
Date:   Wed Jul 4 08:02:46 2018 +0000

    Replace ns by desc in log message
---
 sbws/lib/relaylist.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbws/lib/relaylist.py b/sbws/lib/relaylist.py
index e623ab7..d0c903c 100644
--- a/sbws/lib/relaylist.py
+++ b/sbws/lib/relaylist.py
@@ -40,7 +40,7 @@ class Relay:
             try:
                 self._desc = cont.get_server_descriptor(fp, default=None)
             except Exception as e:
-                log.exception("Exception trying to get ns %s", e)
+                log.exception("Exception trying to get desc %s", e)
 
     def _from_desc(self, attr):
         if not self._desc:



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits