Browse Source

Replace "Alice" with "the client" in a hidden service log message

teor (Tim Wilson-Brown) 9 years ago
parent
commit
4339fa5609
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/or/circuituse.c

+ 1 - 1
src/or/circuituse.c

@@ -1642,7 +1642,7 @@ circuit_build_failed(origin_circuit_t *circ)
       /* Don't increment failure count, since the client may have picked
        * the rendezvous point maliciously */
       log_info(LD_REND,
-               "Couldn't connect to Alice's chosen rend point %s "
+               "Couldn't connect to the client's chosen rend point %s "
                "(%s hop failed).",
                escaped(build_state_get_exit_nickname(circ->build_state)),
                failed_at_last_hop?"last":"non-last");