[or-cvs] and a minor log cleanup

arma at seul.org arma at seul.org
Fri Sep 23 00:04:55 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	dns.c 
Log Message:
and a minor log cleanup


Index: dns.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/dns.c,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -d -r1.168 -r1.169
--- dns.c	22 Sep 2005 23:43:41 -0000	1.168
+++ dns.c	23 Sep 2005 00:04:53 -0000	1.169
@@ -916,7 +916,7 @@
 
   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++;



More information about the tor-commits mailing list