mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
relay: Avoid extra LOG_NOTICE for every new descriptor batch
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>
This commit is contained in:
+1
-1
@@ -2889,7 +2889,7 @@ handle_response_fetch_desc(dir_connection_t *conn,
|
||||
conn->router_purpose,
|
||||
conn->base_.address)) {
|
||||
time_t now = approx_time();
|
||||
directory_info_has_arrived(now, 0, 0);
|
||||
directory_info_has_arrived(now, 0, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user