]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Remove protobuf debug output 3639/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 30 Mar 2016 14:59:51 +0000 (16:59 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 30 Mar 2016 14:59:51 +0000 (16:59 +0200)
pdns/pdns_recursor.cc

index 1b129ad85f2f20017909f63fe510529e57dee9da..704074ec4af132bb178e05c97ffa7a695a18b14d 100644 (file)
@@ -660,7 +660,7 @@ static void protobufLogQuery(const std::shared_ptr<RemoteLogger>& logger, const
   question.set_qclass(dc->d_mdp.d_qclass);
   message.set_allocated_question(&question);
 
-  cerr <<message.DebugString()<<endl;
+//  cerr <<message.DebugString()<<endl;
   std::string str;
   message.SerializeToString(&str);
   logger->queueData(str);
@@ -676,7 +676,7 @@ static void protobufLogResponse(const std::shared_ptr<RemoteLogger>& logger, con
 
   message.set_allocated_response(&protobufResponse);
 
-  cerr <<message.DebugString()<<endl;
+//  cerr <<message.DebugString()<<endl;
   std::string str;
   message.SerializeToString(&str);
   logger->queueData(str);