From f215e3dd66b2bd02bc599ebdc026b98771145523 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Fri, 27 Nov 2020 23:27:11 +0100 Subject: [PATCH] auth: fix compiler errors with --enable-verbose-logging --- pdns/packethandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 909581c0e1..4a96a8ee5b 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -712,7 +712,7 @@ bool PacketHandler::getNSEC3Hashes(bool narrow, const std::string& hashed, bool void PacketHandler::addNSEC3(DNSPacket& p, std::unique_ptr& r, const DNSName& target, const DNSName& wildcard, const NSEC3PARAMRecordContent& ns3rc, bool narrow, int mode) { - DLOG(g_log<<"addNSEC3() mode="<