[sbws/master] Replace log message by checking bootstrap

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