From: Otto Moerbeek Date: Tue, 12 Nov 2024 08:05:02 +0000 (+0100) Subject: auth: don't log absense of GSS-TSIG functionality at such a high level, use DEBUG X-Git-Tag: rec-5.2.0-beta1~23^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3dbee6a277a85a99a0777653f937e7660f7be119;p=thirdparty%2Fpdns.git auth: don't log absense of GSS-TSIG functionality at such a high level, use DEBUG --- diff --git a/pdns/tkey.cc b/pdns/tkey.cc index 23214af3cd..2c8dd76da8 100644 --- a/pdns/tkey.cc +++ b/pdns/tkey.cc @@ -69,9 +69,9 @@ void PacketHandler::tkeyHandler(const DNSPacket& p, std::unique_ptr& { tkey_out->d_error = 21; // BADALGO #ifdef ENABLE_GSS_TSIG - g_log<