]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove debug print out
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Mar 2017 09:27:08 +0000 (09:27 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 16 Mar 2017 09:27:08 +0000 (09:27 +0000)
git-svn-id: file:///svn/unbound/trunk@4052 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/worker.c

index 5dc45a64f9ded9c8d17175bcfa864cf2d60c96da..b74d093ba12417c3f4d1a49eb388fe62ce32b08b 100644 (file)
@@ -789,7 +789,6 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w)
        char* str_array[16];
        int num = 0;
        struct trust_anchor* ta;
-       log_info("trustanchor.unbound CH TXT");
 
        if(!w->env.need_to_validate) {
                /* no validator module, reply no trustanchors */
@@ -839,7 +838,6 @@ chaos_trustanchor(sldns_buffer* pkt, struct edns_data* edns, struct worker* w)
                                str_len -= strlen(str); str += strlen(str);
                        }
                }
-               log_info("insert string [%d] %s", num, str_array[num-1]);
                lock_basic_unlock(&ta->lock);
        }
        lock_basic_unlock(&w->env.anchors->lock);