From: Nick Mathewson Date: Mon, 2 Jun 2025 14:22:50 +0000 (-0400) Subject: remove debug log with relay digest material X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b180b4ca9e40eff9b85886514f971ce83f27e481;p=thirdparty%2Ftor.git 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. --- diff --git a/src/feature/relay/circuitbuild_relay.c b/src/feature/relay/circuitbuild_relay.c index 2f8467f68c..1d0ab5ed70 100644 --- 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.");