commit 7a7685955ec9ba464aee0ad67523219c3ad70f84
parent fe26e1f1c83b641827da7794beb4faf23fad6e97
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 7 Jan 2019 08:46:27 -0500
Merge remote-tracking branch 'tlyu-github/bug28929'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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",