]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
remove debug log with relay digest material
authorNick Mathewson <nickm@torproject.org>
Mon, 2 Jun 2025 14:22:50 +0000 (10:22 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 10 Jun 2025 23:06:47 +0000 (19:06 -0400)
This will no longer always be a subset of the relay digest initial keys;
it's better just not to log this.

src/feature/relay/circuitbuild_relay.c

index 2f8467f68cbfd257ab43e2b5cb29ecb72a40c7f9..1d0ab5ed704a05f9cf19d69fe597ea78c3bac5bb 100644 (file)
@@ -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.");