From: Kees Monshouwer Date: Tue, 8 Dec 2020 21:56:10 +0000 (+0100) Subject: auth: don't log trusted-notification-proxy notify at error level X-Git-Tag: rec-4.5.0-alpha1~71^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91657fb96c80f54756f56f854e278d620cacf80c;p=thirdparty%2Fpdns.git auth: don't log trusted-notification-proxy notify at error level --- 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<