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

This commit is contained in:
teor (Tim Wilson-Brown)
2016-01-26 13:49:16 +11:00
parent fb939ed82e
commit 4339fa5609
+1 -1
View 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");