commit f6c6d7023879cf789b9190c0080efc02b96be868
parent 4147e041c37055ecd965c132c096aae93abc6dea
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 27 Jan 2026 10:39:13 -0500
Merge branch 'tor-gitlab/mr/960' into maint-0.4.8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/or/relay.c b/src/core/or/relay.c
@@ -336,7 +336,7 @@ circuit_receive_relay_cell(cell_t *cell, circuit_t *circ,
cell->command = CELL_RELAY; /* can't be relay_early anyway */
if ((reason = circuit_receive_relay_cell(cell, TO_CIRCUIT(splice_),
CELL_DIRECTION_IN)) < 0) {
- log_warn(LD_REND, "Error relaying cell across rendezvous; closing "
+ log_info(LD_REND, "Error relaying cell across rendezvous; closing "
"circuits");
return reason;
}