From: Remi Gacogne Date: Wed, 30 Mar 2016 14:59:51 +0000 (+0200) Subject: rec: Remove protobuf debug output X-Git-Tag: dnsdist-1.0.0-beta1~51^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3639%2Fhead;p=thirdparty%2Fpdns.git rec: Remove protobuf debug output --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 1b129ad85f..704074ec4a 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -660,7 +660,7 @@ static void protobufLogQuery(const std::shared_ptr& logger, const question.set_qclass(dc->d_mdp.d_qclass); message.set_allocated_question(&question); - cerr <queueData(str); @@ -676,7 +676,7 @@ static void protobufLogResponse(const std::shared_ptr& logger, con message.set_allocated_response(&protobufResponse); - cerr <queueData(str);