From dfa4c4a6428df720e32a68db405fcfa01ec1a51e Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Thu, 3 Jan 2019 09:50:26 +0100 Subject: [PATCH] Improve error on sending non-TC resp that should be TC This should aid in debugging when this happens. --- pdns/nameserver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/nameserver.cc b/pdns/nameserver.cc index 3ce54d92f..64757705e 100644 --- a/pdns/nameserver.cc +++ b/pdns/nameserver.cc @@ -297,7 +297,7 @@ void UDPNameserver::send(DNSPacket *p) } DLOG(g_log<getRemote() <<" ("<< buffer.length()<<" octets)"< p->getMaxReplyLen()) { - g_log< "<getMaxReplyLen()< "<getMaxReplyLen()<<". Question was for "<qdomain<<"|"<qtype.getName()<getSocket(), &msgh, 0) < 0) g_log<