From: Ruben d'Arco Date: Fri, 5 Jun 2015 05:02:46 +0000 (+0200) Subject: More debug log removed X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~58^2~21^2~5^2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58fc7d6ce009717b5b91e6c1db20af87d8e5f59;p=thirdparty%2Fpdns.git More debug log removed --- diff --git a/pdns/dnswriter.cc b/pdns/dnswriter.cc index d6ed5cd5b4..94557aec02 100644 --- a/pdns/dnswriter.cc +++ b/pdns/dnswriter.cc @@ -200,10 +200,10 @@ void DNSPacketWriter::xfrName(const DNSName& name, bool compress) { // string label = d_lowerCase ? toLower(Label) : Label; // FIXME: we ignore d_lowerCase for now - cerr<<"xfrName writing ["< parts = name.getRawLabels(); // labelparts_t parts; - cerr<<"labelcount: "< 255) throw MOADNSException("DNSPacketWriter::xfrName() found overly large name"); - out:; + // out:; } void DNSPacketWriter::xfrBlob(const string& blob, int )