From: Wouter Wijngaards Date: Wed, 5 Mar 2008 14:54:51 +0000 (+0000) Subject: Patch from Koji, thanks! X-Git-Tag: release-0.11~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=677d67c29c59edd474ca70368900926ad1742971;p=thirdparty%2Funbound.git Patch from Koji, thanks! git-svn-id: file:///svn/unbound/trunk@1015 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 1295cf337..b2bcd36a8 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +5 March 2008: Wouter + - patch from Hugo Koji Kobayashi for iterator logs spelling. + 4 March 2008: Wouter - From report by Jinmei Tatuya, rfc2181 trust value for remainder of a cname trust chain is lower; not full answer_AA. diff --git a/iterator/iterator.c b/iterator/iterator.c index 54d93297b..eadc3214a 100644 --- a/iterator/iterator.c +++ b/iterator/iterator.c @@ -1717,7 +1717,7 @@ process_response(struct module_qstate* qstate, struct iter_qstate* iq, iq->response = dns_alloc_msg(pkt, prs, qstate->region); if(!iq->response) goto handle_it; - log_query_info(VERB_DETAIL, "reponse for", &qstate->qinfo); + log_query_info(VERB_DETAIL, "response for", &qstate->qinfo); log_name_addr(VERB_DETAIL, "reply from", iq->dp->name, &qstate->reply->addr, qstate->reply->addrlen); if(verbosity >= VERB_ALGO)