[tor-commits] [tor/master] Fix typo in bootstrap message
nickm at torproject.org
nickm at torproject.org
Mon Jan 7 13:46:32 UTC 2019
commit 7e753117146266fa39841b4cc9fa63febfe9e92a
Author: Taylor Yu <catalyst at torproject.org>
Date: Fri Jan 4 17:23:52 2019 -0600
Fix typo in bootstrap message
The message for the "ap_conn_proxy" bootstrap status tag was missing
some text. Fixes bug 28929. Bug not in any released Tor.
---
src/feature/control/control_bootstrap.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/feature/control/control_bootstrap.c b/src/feature/control/control_bootstrap.c
index 49e190dc5..d7a043851 100644
--- a/src/feature/control/control_bootstrap.c
+++ b/src/feature/control/control_bootstrap.c
@@ -73,7 +73,7 @@ static const struct {
{ BOOTSTRAP_STATUS_AP_CONN_DONE_PT, "ap_conn_done_pt",
"Connected to pluggable transport to build circuits" },
{ BOOTSTRAP_STATUS_AP_CONN_PROXY, "ap_conn_proxy",
- "Connecting to proxy " },
+ "Connecting to proxy to build circuits" },
{ BOOTSTRAP_STATUS_AP_CONN_DONE_PROXY, "ap_conn_done_proxy",
"Connected to proxy to build circuits" },
{ BOOTSTRAP_STATUS_AP_CONN, "ap_conn",
More information about the tor-commits
mailing list