Skip to content
Snippets Groups Projects
Commit 3fcd5d71 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Fix typo error in bug warning in relay.c

parent e9fdec2b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment