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

11 Jul
2018
11 Jul
'18
3:05 p.m.
commit e6fb529cbd79c56b5b6f457ed3779991b0af2cc7 Author: juga0 <juga@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:
2531
Age (days ago)
2531
Last active (days ago)
0 comments
1 participants
participants (1)
-
pastly@torproject.org