mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Make RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT warning tell the user how to fix it.
This commit is contained in:
parent
4fb2a14fae
commit
6b73fad709
@ -3727,7 +3727,9 @@ options_validate(or_options_t *old_options, or_options_t *options,
|
||||
options->CircuitBuildTimeout < RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT) {
|
||||
log_warn(LD_CONFIG,
|
||||
"CircuitBuildTimeout is shorter (%d seconds) than recommended "
|
||||
"(%d seconds), and LearnCircuitBuildTimeout is disabled.",
|
||||
"(%d seconds), and LearnCircuitBuildTimeout is disabled. "
|
||||
"If tor isn't working, raise this value or enable "
|
||||
"LearnCircuitBuildTimeout.",
|
||||
options->CircuitBuildTimeout,
|
||||
RECOMMENDED_MIN_CIRCUIT_BUILD_TIMEOUT );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user