commit b180b4ca9e40eff9b85886514f971ce83f27e481
parent a72d907d6cfcceb5bf2ea40439dc5daed5d4089a
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 2 Jun 2025 10:22:50 -0400
remove debug log with relay digest material
This will no longer always be a subset of the relay digest initial keys;
it's better just not to log this.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/feature/relay/circuitbuild_relay.c b/src/feature/relay/circuitbuild_relay.c
@@ -566,9 +566,6 @@ onionskin_answer(struct or_circuit_t *circ,
circuit_set_state(TO_CIRCUIT(circ), CIRCUIT_STATE_OPEN);
- log_debug(LD_CIRC,"init digest forward 0x%.8x, backward 0x%.8x.",
- (unsigned int)get_uint32(keys),
- (unsigned int)get_uint32(keys+20));
if (relay_crypto_init(crypto_alg,
&circ->crypto, keys, keys_len)<0) {
log_warn(LD_BUG,"Circuit initialization failed.");