]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: don't log absense of GSS-TSIG functionality at such a high level, use DEBUG
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Nov 2024 08:05:02 +0000 (09:05 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Nov 2024 08:06:15 +0000 (09:06 +0100)
pdns/tkey.cc

index 23214af3cd1b053cffd7812df40e63c491b9f316..2c8dd76da800a44c3ff202bcf96d9efc772f0e79 100644 (file)
@@ -69,9 +69,9 @@ void PacketHandler::tkeyHandler(const DNSPacket& p, std::unique_ptr<DNSPacket>&
       {
       tkey_out->d_error = 21; // BADALGO
 #ifdef ENABLE_GSS_TSIG
-      g_log<<Logger::Error<<"GSS-TSIG request but feature not enabled by enable-gss-tsigs setting"<<endl;
+      g_log<<Logger::Debug<<"GSS-TSIG request but feature not enabled by enable-gss-tsigs setting"<<endl;
 #else
-      g_log<<Logger::Error<<"GSS-TSIG request but feature not compiled in"<<endl;
+      g_log<<Logger::Debug<<"GSS-TSIG request but feature not compiled in"<<endl;
 #endif
     }
   } else if (tkey_in.d_mode == 5) { // destroy context