[or-cvs] r8784: fix a string, pointed out by matt edman. also fix a bug next (tor/trunk/src/or)

arma at seul.org arma at seul.org
Sat Oct 21 02:51:36 UTC 2006


Author: arma
Date: 2006-10-20 22:51:35 -0400 (Fri, 20 Oct 2006)
New Revision: 8784

Modified:
   tor/trunk/src/or/dns.c
Log:
fix a string, pointed out by matt edman.
also fix a bug next to it that i noticed.


Modified: tor/trunk/src/or/dns.c
===================================================================
--- tor/trunk/src/or/dns.c	2006-10-20 23:23:19 UTC (rev 8783)
+++ tor/trunk/src/or/dns.c	2006-10-21 02:51:35 UTC (rev 8784)
@@ -1655,10 +1655,11 @@
     log(notice_given ? LOG_INFO : LOG_NOTICE, LD_EXIT,
         "Your DNS provider has given \"%s\" as an answer for %d different "
         "invalid addresses. Apparently they are hijacking DNS failures. "
-        "I'll trying to correct for this by treating future occurrences of "
+        "I'll try to correct for this by treating future occurrences of "
         "\"%s\" as 'not found'.", id, *ip, id);
       smartlist_add(dns_wildcard_list, tor_strdup(id));
     }
+    notice_given = 1;
   }
 }
 



More information about the tor-commits mailing list