mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
removed debug print.
git-svn-id: file:///svn/unbound/trunk@1424 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
c41e1a09ab
commit
8b860e8f12
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
- created svn tag for 1.2.0 release.
|
- created svn tag for 1.2.0 release.
|
||||||
- svn trunk contains 1.2.1 version number.
|
- svn trunk contains 1.2.1 version number.
|
||||||
- iana portlist updated for todays list.
|
- iana portlist updated for todays list.
|
||||||
|
- removed debug print.
|
||||||
|
|
||||||
8 January 2009: Wouter
|
8 January 2009: Wouter
|
||||||
- new version of ldns-trunk (today) included as tarball, fixed
|
- new version of ldns-trunk (today) included as tarball, fixed
|
||||||
|
|
|
||||||
|
|
@ -543,7 +543,7 @@ int val_nsec_check_dlv(struct query_info* qinfo,
|
||||||
continue;
|
continue;
|
||||||
if(val_nsec_proves_name_error(rep->rrsets[i],
|
if(val_nsec_proves_name_error(rep->rrsets[i],
|
||||||
qinfo->qname)) {
|
qinfo->qname)) {
|
||||||
log_nametypeclass(0, "topdomain on",
|
log_nametypeclass(VERB_ALGO, "topdomain on",
|
||||||
rep->rrsets[i]->rk.dname,
|
rep->rrsets[i]->rk.dname,
|
||||||
ntohs(rep->rrsets[i]->rk.type), 0);
|
ntohs(rep->rrsets[i]->rk.type), 0);
|
||||||
dlv_topdomain(rep->rrsets[i], qinfo->qname,
|
dlv_topdomain(rep->rrsets[i], qinfo->qname,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue