From e2487aa01f44c81bfe455bdd22ece2ca55140a6f Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 14 Mar 2016 15:39:01 +0100 Subject: [PATCH] log name/qtype when sending out servfail --- pdns/packethandler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index caedb33778..a6cdc97d91 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1562,7 +1562,7 @@ DNSPacket *PacketHandler::questionOrRecurse(DNSPacket *p, bool *shouldRecurse) throw; // we WANT to die at this point } catch(std::exception &e) { - L<qdomain.toLogString()<<"/"<qtype.getName()<<" ("<replyPacket(); // generate an empty reply packet r->setRcode(RCode::ServFail); -- 2.47.2