mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
add a log line for when client succeeds
This commit is contained in:
parent
4e55f28220
commit
d0c2d4cb43
@ -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…
Reference in New Issue
Block a user