mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-30 15:43:32 +01:00
make a log message clearer about our actual intent
This commit is contained in:
parent
4571faf0c3
commit
85cba057e7
@ -1109,7 +1109,8 @@ hs_cell_parse_introduce2(hs_cell_introduce2_data_t *data,
|
|||||||
|
|
||||||
/* Success. */
|
/* Success. */
|
||||||
ret = 0;
|
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:
|
done:
|
||||||
if (intro_keys) {
|
if (intro_keys) {
|
||||||
|
Loading…
Reference in New Issue
Block a user