mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Commit 56c5e282a7
suppressed that same log
statement in directory_info_has_arrived() for microdescriptors so do the same
for the descriptors. As the commit says, we already have the bootstrap
progress for this.
Fixes #23861
Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
303 B
Text
5 lines
303 B
Text
o Minor bugfixes (logging, relay):
|
|
- Suppress a log notice when relay descriptors arrive. We already have a
|
|
bootstrap progress for this so no need to log notice everytime tor
|
|
receives relay descriptors. Microdescriptors behave the same. Fixes bug
|
|
23861; bugfix on 0.2.8.2-alpha.
|