From dd276e7ad94c977a0dbdd99ce30f17791f2bebb1 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Fri, 10 Dec 2021 22:34:41 +0100 Subject: [PATCH] auth: show QType by name in log message --- pdns/packethandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index d59f7881dd..84b5d9ea21 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1715,9 +1715,9 @@ std::unique_ptr PacketHandler::doQuestion(DNSPacket& p) goto sendit; // check whether this could be fixed easily // if (*(rr.dr.d_name.rbegin()) == '.') { - // g_log<