[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [sbws/master] Replace log message by checking bootstrap
commit 36b0cd82619adaa382ef8d2a68029064244e5137
Author: juga0 <juga@xxxxxxxxxx>
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])
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits