[tor-commits] [tor/master] Replace "Alice" with "the client" in a hidden service log message

nickm at torproject.org nickm at torproject.org
Tue Jan 26 15:01:45 UTC 2016


commit 4339fa560934de09dbe22c7615f68ed46ba3444c
Author: teor (Tim Wilson-Brown) <teor2345 at gmail.com>
Date:   Tue Jan 26 13:49:16 2016 +1100

    Replace "Alice" with "the client" in a hidden service log message
---
 src/or/circuituse.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index 0a3fee6..05201a5 100644
--- a/src/or/circuituse.c
+++ b/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");





More information about the tor-commits mailing list