relay: Avoid extra LOG_NOTICE for every new descriptor batch
commit380a95116a0e582eca0cc643eb0bca65c3820c86
authorDavid Goulet <dgoulet@torproject.org>
Thu, 16 Nov 2017 15:51:41 +0000 (16 10:51 -0500)
committerDavid Goulet <dgoulet@torproject.org>
Thu, 16 Nov 2017 15:57:05 +0000 (16 10:57 -0500)
tree9e0803bd0f64d0ef7944c0a50a7ad55737a1fef3
parent56b7407a9096eeed8af1b45bda5a149e7ffabb2c
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>
changes/bug23861 [new file with mode: 0644]
src/or/directory.c