mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
make a log message clearer about our actual intent
This commit is contained in:
parent
4571faf0c3
commit
85cba057e7
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue