aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:49:16 +1100
committerteor (Tim Wilson-Brown) <teor2345@gmail.com>2016-01-26 13:49:16 +1100
commit4339fa560934de09dbe22c7615f68ed46ba3444c (patch)
treef003f584d8a48bebe8518a6c71c520514432f4ca /src
parentfb939ed82e2b913850e9ba2be1b497a7002c97d0 (diff)
downloadtor-4339fa560934de09dbe22c7615f68ed46ba3444c.tar.gz
tor-4339fa560934de09dbe22c7615f68ed46ba3444c.zip
Replace "Alice" with "the client" in a hidden service log message
Diffstat (limited to 'src')
-rw-r--r--src/or/circuituse.c2
1 files changed, 1 insertions, 1 deletions
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");