tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 85cba057e7ddaff8ad12d8e80286b4148bfabe57
parent 4571faf0c343e3224c0113225eca14e3eacde7b2
Author: Roger Dingledine <arma@torproject.org>
Date:   Thu, 30 Jun 2022 17:23:48 -0400

make a log message clearer about our actual intent

Diffstat:
Msrc/feature/hs/hs_cell.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/feature/hs/hs_cell.c b/src/feature/hs/hs_cell.c @@ -1109,7 +1109,8 @@ hs_cell_parse_introduce2(hs_cell_introduce2_data_t *data, /* Success. */ ret = 0; - log_info(LD_REND, "Valid INTRODUCE2 cell. Launching rendezvous circuit."); + log_info(LD_REND, + "Valid INTRODUCE2 cell. Willing to launch rendezvous circuit."); done: if (intro_keys) {