mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Downgrade log messages about cbt enabled/disabled. Bug 6169.
This commit is contained in:
parent
a7efedc322
commit
8030ec4f27
4
changes/bug6169
Normal file
4
changes/bug6169
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes:
|
||||
- Remove a non-bug log messages about running with circuit timeout
|
||||
learning enabled from LD_BUG. Fixes bug 6169; bugfix on
|
||||
0.2.3.17-beta.
|
@ -158,14 +158,14 @@ circuit_build_times_disabled(void)
|
||||
|
||||
if (consensus_disabled || config_disabled || dirauth_disabled ||
|
||||
state_disabled) {
|
||||
log_info(LD_CIRC,
|
||||
log_debug(LD_CIRC,
|
||||
"CircuitBuildTime learning is disabled. "
|
||||
"Consensus=%d, Config=%d, AuthDir=%d, StateFile=%d",
|
||||
consensus_disabled, config_disabled, dirauth_disabled,
|
||||
state_disabled);
|
||||
return 1;
|
||||
} else {
|
||||
log_debug(LD_BUG,
|
||||
log_debug(LD_CIRC,
|
||||
"CircuitBuildTime learning is not disabled. "
|
||||
"Consensus=%d, Config=%d, AuthDir=%d, StateFile=%d",
|
||||
consensus_disabled, config_disabled, dirauth_disabled,
|
||||
|
Loading…
Reference in New Issue
Block a user