From: Peter van Dijk Date: Mon, 14 Mar 2016 14:39:01 +0000 (+0100) Subject: log name/qtype when sending out servfail X-Git-Tag: dnsdist-1.0.0-beta1~76^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3569%2Fhead;p=thirdparty%2Fpdns.git log name/qtype when sending out servfail --- 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);