[tor-commits] [sbws/master] Replace log message by checking bootstrap

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


commit 36b0cd82619adaa382ef8d2a68029064244e5137
Author: juga0 <juga at riseup.net>
Date:   Wed Jul 4 08:13:05 2018 +0000

    Replace log message by checking bootstrap
---
 sbws/util/stem.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbws/util/stem.py b/sbws/util/stem.py
index 8d4989e..c4497b1 100644
--- a/sbws/util/stem.py
+++ b/sbws/util/stem.py
@@ -80,7 +80,7 @@ def is_bootstrapped(c):
     try:
         line = c.get_info('status/bootstrap-phase')
     except Exception as e:
-        log.exception("Exception bootstrapping %s", e)
+        log.exception("Error trying to check bootstrap phase %s", e)
         return False
     state, _, progress, *_ = line.split()
     progress = int(progress.split('=')[1])





More information about the tor-commits mailing list