mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Fix a log msg
This commit is contained in:
parent
79a3b3cd37
commit
8e2904e269
@ -865,7 +865,7 @@ consider_testing_reachability(int test_or, int test_dir)
|
|||||||
if ((msg = rate_limit_log(&warning_limit, approx_time()))) {
|
if ((msg = rate_limit_log(&warning_limit, approx_time()))) {
|
||||||
log_warn(LD_CIRC, "Can't peform self-tests for this relay: we have "
|
log_warn(LD_CIRC, "Can't peform self-tests for this relay: we have "
|
||||||
"listed ourself in ExcludeNodes, and StrictNodes is set. "
|
"listed ourself in ExcludeNodes, and StrictNodes is set. "
|
||||||
"We will cannot learn whether we are usable, and will not "
|
"We cannot learn whether we are usable, and will not "
|
||||||
"be able to advertise ourself.%s", msg);
|
"be able to advertise ourself.%s", msg);
|
||||||
tor_free(msg);
|
tor_free(msg);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user