mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Fix typo error in bug warning in relay.c
This commit is contained in:
parent
e9fdec2b1d
commit
3fcd5d71ad
@ -2454,7 +2454,7 @@ update_circuit_on_cmux_(circuit_t *circ, cell_direction_t direction,
|
||||
|
||||
/* Cmux sanity check */
|
||||
if (! circuitmux_is_circuit_attached(cmux, circ)) {
|
||||
log_warn(LD_BUG, "called on non-attachd circuit from %s:%d",
|
||||
log_warn(LD_BUG, "called on non-attached circuit from %s:%d",
|
||||
file, lineno);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user