]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Replace "Alice" with "the client" in a hidden service log message
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 26 Jan 2016 02:49:16 +0000 (13:49 +1100)
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>
Tue, 26 Jan 2016 02:49:16 +0000 (13:49 +1100)
src/or/circuituse.c

index 0a3fee646ddcbd1a466330626f1eaad0f9e3816c..05201a54736e7ebf83e6b9dca7f1f94a05712afa 100644 (file)
@@ -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");