]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
log if a domain demands DNSSEC processing or not
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 10 Dec 2015 13:24:22 +0000 (14:24 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 10 Dec 2015 13:24:22 +0000 (14:24 +0100)
pdns/syncres.cc

index e0e39ca411d32df3886c9980642995716b2f1f7d..ad34208dec9cf25eec9a201cdbe03c59c751f1ab 100644 (file)
@@ -377,6 +377,8 @@ int SyncRes::doResolve(const DNSName &qname, const QType &qtype, vector<DNSRecor
     prefix=d_prefix;
     prefix.append(depth, ' ');
   }
+  
+  LOG(prefix<<qname.toString()<<": Wants "<< (d_doDNSSEC ? "" : "NO ") << "DNSSEC processing"<<endl);
 
   int res=0;
   if(!(d_nocache && qtype.getCode()==QType::NS && qname.isRoot())) {