mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
stop notifying people about dns worker spawning and culling
it just freaks them out svn:r4960
This commit is contained in:
parent
2065c5f7aa
commit
843550721a
@ -919,7 +919,7 @@ spawn_enough_dnsworkers(void)
|
||||
while (num_dnsworkers > num_dnsworkers_busy+MAX_IDLE_DNSWORKERS) {
|
||||
/* too many idle? */
|
||||
/* cull excess workers */
|
||||
log_fn(LOG_NOTICE,"%d of %d dnsworkers are idle. Killing one.",
|
||||
log_fn(LOG_INFO,"%d of %d dnsworkers are idle. Killing one.",
|
||||
num_dnsworkers-num_dnsworkers_busy, num_dnsworkers);
|
||||
dnsconn = connection_get_by_type_state(CONN_TYPE_DNSWORKER, DNSWORKER_STATE_IDLE);
|
||||
tor_assert(dnsconn);
|
||||
|
Loading…
Reference in New Issue
Block a user