[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8784: fix a string, pointed out by matt edman. also fix a bug next (tor/trunk/src/or)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8784: fix a string, pointed out by matt edman. also fix a bug next (tor/trunk/src/or)
- From: arma@xxxxxxxx
- Date: Fri, 20 Oct 2006 22:51:36 -0400 (EDT)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 20 Oct 2006 22:51:43 -0400
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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;
}
}