From 3dbee6a277a85a99a0777653f937e7660f7be119 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 12 Nov 2024 09:05:02 +0100 Subject: [PATCH] auth: don't log absense of GSS-TSIG functionality at such a high level, use DEBUG --- pdns/tkey.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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<