From: teor (Tim Wilson-Brown) Date: Tue, 26 Jan 2016 02:49:16 +0000 (+1100) Subject: Replace "Alice" with "the client" in a hidden service log message X-Git-Tag: tor-0.2.8.1-alpha~33^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4339fa560934de09dbe22c7615f68ed46ba3444c;p=thirdparty%2Ftor.git Replace "Alice" with "the client" in a hidden service log message --- diff --git a/src/or/circuituse.c b/src/or/circuituse.c index 0a3fee646d..05201a5473 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");