tor

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

commit d0c2d4cb431e86e7637ad6d917a52ae4ea25b256
parent 4e55f28220b53041b0655ef1363cedf930d4c8e3
Author: Roger Dingledine <arma@torproject.org>
Date:   Thu, 30 Jun 2022 18:28:10 -0400

add a log line for when client succeeds

Diffstat:
Msrc/feature/hs/hs_client.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/feature/hs/hs_client.c b/src/feature/hs/hs_client.c @@ -678,6 +678,7 @@ send_introduce1(origin_circuit_t *intro_circ, log_warn(LD_REND, "Haven't solved the PoW yet."); goto tran_err; } + log_notice(LD_REND, "Got a PoW solution we like! Shipping it!"); /* Set flag to reflect that the HS we are attempting to rendezvous has PoW * defenses enabled, and as such we will need to be more lenient with * timing out while waiting for the circuit to be built. */