mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
add a log line for when client succeeds
This commit is contained in:
parent
4e55f28220
commit
d0c2d4cb43
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ send_introduce1(origin_circuit_t *intro_circ,
|
||||||
log_warn(LD_REND, "Haven't solved the PoW yet.");
|
log_warn(LD_REND, "Haven't solved the PoW yet.");
|
||||||
goto tran_err;
|
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
|
/* 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
|
* defenses enabled, and as such we will need to be more lenient with
|
||||||
* timing out while waiting for the circuit to be built. */
|
* timing out while waiting for the circuit to be built. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue