]> granicus.if.org Git - pdns/commitdiff
more debugging
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 14 Dec 2015 21:46:14 +0000 (22:46 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 14 Dec 2015 21:46:14 +0000 (22:46 +0100)
pdns/rpzloader.cc

index 118e07097b8c716ebc63f2e9f94f10cf4f3e507c..0784b1c32e685f41f7c28eb3b589a8854c6337f5 100644 (file)
@@ -142,7 +142,7 @@ int loadRPZFromFile(const std::string& fname, DNSFilterEngine& target, boost::op
       DNSRecord dr(drr);
       if(dr.d_type == QType::SOA) {
        domain = dr.d_name;
-       cerr<<"Origin is "<<domain<<endl;
+//     cerr<<"Origin is "<<domain<<endl;
       }
       else if(dr.d_type == QType::NS) {
        continue;