]> granicus.if.org Git - pdns/commitdiff
dnsdist: Remove left-over debug message in the console code
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 6 Jun 2018 08:34:44 +0000 (10:34 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 6 Jun 2018 08:34:44 +0000 (10:34 +0200)
pdns/dnsdist-console.cc

index 4405065b555b3b579a01d5d295be357fdd950e07..fb1598fca378290bbdbfe0582423f18351bcb830 100644 (file)
@@ -86,7 +86,6 @@ static bool sendMessageToServer(int fd, const std::string& line, SodiumNonce& re
   putMsgLen32(fd, static_cast<uint32_t>(msgLen));
 
   if (!msg.empty()) {
-    cerr << "sending message of size " << msgLen << endl;
     writen2(fd, msg);
   }