
This is an automated email from the git hooks/post-receive script. dgoulet pushed a commit to branch main in repository tor. commit 85cba057e7ddaff8ad12d8e80286b4148bfabe57 Author: Roger Dingledine <arma@torproject.org> AuthorDate: Thu Jun 30 17:23:48 2022 -0400 make a log message clearer about our actual intent --- src/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 index ab9283dc1b..cadafd2c90 100644 --- 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) { -- To stop receiving notification emails like this one, please contact the administrator of this repository.