]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove debug prints
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Jan 2009 14:41:41 +0000 (14:41 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 14 Jan 2009 14:41:41 +0000 (14:41 +0000)
git-svn-id: file:///svn/unbound/trunk@1435 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
iterator/iterator.c

index ab0a336962cd8c24ca475e849307e2dcefb4dadc..14f502963132c1b655dd63c7fa576818b8cf9730 100644 (file)
@@ -7,6 +7,7 @@
          state machines unnecessarily.
        - retry from 4 to 5 so that EDNS drop retry is part of the first
          query resolve attempt, and cached error does not stop EDNS fallback.
+       - remove debug prints that protect against bad referrals.
 
 13 January 2009: Wouter
        - fixed bug in lameness marking, removed printouts.
index adec1c0b9c341b1afa708135ad748df5f584c479..6df7794f64b088acd855fa14880e50d08528a945 100644 (file)
@@ -1457,10 +1457,6 @@ processQueryResponse(struct module_qstate* qstate, struct iter_qstate* iq,
                if(!ns || !dname_strict_subdomain_c(ns->rk.dname, iq->dp->name) 
                        || !dname_subdomain_c(iq->qchase.qname, ns->rk.dname)){
                        verbose(VERB_ALGO, "bad referral, throwaway");
-                       if(!ns) log_info("no ns");
-                       log_query_info(0, "qchase", &iq->qchase);
-                       log_nametypeclass(0, "dp", iq->dp->name, 0, 0);
-                       log_nametypeclass(0, "ns", ns->rk.dname, 0, 0);
                        type = RESPONSE_TYPE_THROWAWAY;
                }
        }