浏览代码

stop tricking server operators into thinking they got their
torrc perfect, just because tor could build a circuit.


svn:r6175

Roger Dingledine 19 年之前
父节点
当前提交
f1bcc2d6f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/circuitbuild.c

+ 1 - 1
src/or/circuitbuild.c

@@ -608,7 +608,7 @@ circuit_send_next_onion_skin(circuit_t *circ)
         has_completed_circuit=1;
         /* FFFF Log a count of known routers here */
         log(LOG_NOTICE, LD_GENERAL,
-            "Tor has successfully opened a circuit. Looks like it's working.");
+            "Tor has successfully opened a circuit. Looks like client functionality is working.");
         if (server_mode(options) && !check_whether_orport_reachable()) {
           inform_testing_reachability();
           consider_testing_reachability();