diff options
author | David Goulet <dgoulet@torproject.org> | 2017-11-16 10:51:41 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2017-11-16 10:57:05 -0500 |
commit | 380a95116a0e582eca0cc643eb0bca65c3820c86 (patch) | |
tree | 9e0803bd0f64d0ef7944c0a50a7ad55737a1fef3 /changes/bug23861 | |
parent | 56b7407a9096eeed8af1b45bda5a149e7ffabb2c (diff) | |
download | tor-380a95116a0e582eca0cc643eb0bca65c3820c86.tar.gz tor-380a95116a0e582eca0cc643eb0bca65c3820c86.zip |
relay: Avoid extra LOG_NOTICE for every new descriptor batch
Commit 56c5e282a733912776f6dacbe4f5df66b4fb9606 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>
Diffstat (limited to 'changes/bug23861')
-rw-r--r-- | changes/bug23861 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug23861 b/changes/bug23861 new file mode 100644 index 0000000000..c6f017640d --- /dev/null +++ b/changes/bug23861 @@ -0,0 +1,5 @@ + 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. |