From 5f418924ec8a0bb4b87a4d3c1c93a2a8084aa350 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sun, 7 Sep 2025 14:01:06 +0100 Subject: Fix a log message that should be a debug message not critical. --- src/coremods/core_dns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coremods/core_dns.cpp b/src/coremods/core_dns.cpp index 237a5fc81..985b1787e 100644 --- a/src/coremods/core_dns.cpp +++ b/src/coremods/core_dns.cpp @@ -406,7 +406,7 @@ class MyManager final */ bool CheckCache(DNS::Request* req, const DNS::Question& question) { - ServerInstance->Logs.Critical(MODNAME, "cache: Checking cache for {}", question.name); + ServerInstance->Logs.Debug(MODNAME, "cache: Checking cache for {}", question.name); cache_map::iterator it = this->cache.find(question); if (it == this->cache.end()) -- cgit v1.3.1-10-gc9f91