From f89fb8979f1cb6b6bf9c7f1214cf993bd4b86c49 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Sat, 5 Jan 2013 13:00:10 +0000 Subject: [PATCH] clarify error message, suggested by Michelle Sullivan and Jose Arthur Benetasso Villanova git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3022 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/packethandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index df4fd14463..b4479258ec 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -1383,13 +1383,13 @@ DNSPacket *PacketHandler::questionOrRecurse(DNSPacket *p, bool *shouldRecurse) PC.insert(p, r, r->getMinTTL()); // in the packet cache } catch(DBException &e) { - L<setRcode(RCode::ServFail); S.inc("servfail-packets"); S.ringAccount("servfail-queries",p->qdomain); } catch(AhuException &e) { - L<