and a minor log cleanup

svn:r5115
This commit is contained in:
Roger Dingledine
2005-09-23 00:04:53 +00:00
parent e286c4267e
commit 512d6ccdc1
+1 -1
View File
@@ -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++;