mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
and a minor log cleanup
svn:r5115
This commit is contained in:
+1
-1
@@ -916,7 +916,7 @@ spawn_enough_dnsworkers(void)
|
||||
|
||||
while (num_dnsworkers < num_dnsworkers_needed) {
|
||||
if (spawn_dnsworker() < 0) {
|
||||
log_fn(LOG_WARN,"spawn failed!");
|
||||
log_fn(LOG_WARN,"Spawn failed. Will try again later.");
|
||||
return -1;
|
||||
}
|
||||
num_dnsworkers++;
|
||||
|
||||
Reference in New Issue
Block a user