瀏覽代碼

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.
Taylor Yu 6 年之前
父節點
當前提交
7e75311714
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/feature/control/control_bootstrap.c

+ 1 - 1
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",