mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
get rid of an info-level log message that occurs many times a
minute when we haven't needed circuits lately. svn:r9771
This commit is contained in:
+2
-2
@@ -3944,8 +3944,8 @@ update_router_descriptor_client_downloads(time_t now)
|
||||
}
|
||||
|
||||
if (rep_hist_circbuilding_dormant(now)) {
|
||||
log_info(LD_CIRC, "Skipping descriptor downloads: we haven't needed "
|
||||
"any circuits lately.");
|
||||
// log_info(LD_CIRC, "Skipping descriptor downloads: we haven't needed "
|
||||
// "any circuits lately.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user