From 85cba057e7ddaff8ad12d8e80286b4148bfabe57 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Thu, 30 Jun 2022 17:23:48 -0400 Subject: [PATCH] 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) {