mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
Fix log message typo
This commit is contained in:
parent
ce87887461
commit
52421e9101
@ -3528,7 +3528,7 @@ connection_edge_update_circuit_isolation(const edge_connection_t *conn,
|
|||||||
return mixed;
|
return mixed;
|
||||||
|
|
||||||
if ((mixed & conn->isolation_flags) != 0) {
|
if ((mixed & conn->isolation_flags) != 0) {
|
||||||
log_warn(LD_BUG, "Updating a circuit with seemingly incomaptible "
|
log_warn(LD_BUG, "Updating a circuit with seemingly incompatible "
|
||||||
"isolation flags.");
|
"isolation flags.");
|
||||||
}
|
}
|
||||||
circ->isolation_flags_mixed |= mixed;
|
circ->isolation_flags_mixed |= mixed;
|
||||||
|
Loading…
Reference in New Issue
Block a user