]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Remove debug print.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 16 Nov 2015 10:01:47 +0000 (10:01 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 16 Nov 2015 10:01:47 +0000 (10:01 +0000)
git-svn-id: file:///svn/unbound/trunk@3532 be551aaa-1e26-0410-a405-d3ace91eadb9

iterator/iter_scrub.c

index 02f3ce65c41edd07e6509f4fa79c7769cb3c1c81..4a10bcccb57e38b465341f1a26e520d74ca1fd3a 100644 (file)
@@ -421,7 +421,6 @@ scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg,
                                size_t aliaslen = 0;
                                uint8_t* t = NULL;
                                size_t tlen = 0;
-                               verbose(VERB_ALGO, "DEBUG: swap?");
                                if(synth_cname(sname, snamelen, nx, alias,
                                        &aliaslen, pkt) &&
                                        parse_get_cname_target(rrset, &t, &tlen) &&
@@ -430,7 +429,7 @@ scrub_normalize(sldns_buffer* pkt, struct msg_parse* msg,
                                         * current CNAME.  This CNAME is the
                                         * one that the DNAME creates, and this
                                         * CNAME is better capitalised */
-                                       verbose(VERB_ALGO, "DEBUG: swap!");
+                                       verbose(VERB_ALGO, "normalize: re-order of DNAME and its CNAME");
                                        if(prev) prev->rrset_all_next = nx;
                                        else msg->rrset_first = nx;
                                        if(nx->rrset_all_next == NULL)