mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
typo
This commit is contained in:
parent
7ba70eeeea
commit
881e0234e3
@ -2169,7 +2169,7 @@ select_primary_guard_for_circuit(guard_selection_t *gs,
|
|||||||
static ratelim_t guardlog = RATELIM_INIT(60);
|
static ratelim_t guardlog = RATELIM_INIT(60);
|
||||||
log_fn_ratelim(&guardlog, LOG_NOTICE, LD_GUARD,
|
log_fn_ratelim(&guardlog, LOG_NOTICE, LD_GUARD,
|
||||||
"All current guards excluded by path restriction "
|
"All current guards excluded by path restriction "
|
||||||
"type %d; using an additonal guard.",
|
"type %d; using an additional guard.",
|
||||||
rst->type);
|
rst->type);
|
||||||
} else {
|
} else {
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user