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

pastly at torproject.org pastly at torproject.org
Wed Jul 11 15:05:40 UTC 2018


commit e6fb529cbd79c56b5b6f457ed3779991b0af2cc7
Author: juga0 <juga at riseup.net>
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:





More information about the tor-commits mailing list