From 91657fb96c80f54756f56f854e278d620cacf80c Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 8 Dec 2020 22:56:10 +0100 Subject: [PATCH] auth: don't log trusted-notification-proxy notify at error level --- pdns/packethandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/packethandler.cc b/pdns/packethandler.cc index 4a96a8ee5b..fd04e9f4a2 100644 --- a/pdns/packethandler.cc +++ b/pdns/packethandler.cc @@ -986,11 +986,11 @@ int PacketHandler::processNotify(const DNSPacket& p) } if(pdns::isAddressTrustedNotificationProxy(p.getRemote())) { - g_log<