From 2b9932b5f5f82be82d4bd76941787498a65d13c1 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 15 Sep 2024 19:23:27 +0200 Subject: [PATCH] Move global cache status message into debug.queries mode instead of being a general INFO message Signed-off-by: DL6ER --- src/dnsmasq_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dnsmasq_interface.c b/src/dnsmasq_interface.c index 4d91ad12..c47e8ab0 100644 --- a/src/dnsmasq_interface.c +++ b/src/dnsmasq_interface.c @@ -1451,7 +1451,7 @@ static bool _FTL_check_blocking(int queryID, int domainID, int clientID, const c // Memorize blocking status DNS cache for the domain/client combination cacheStatus = dns_cache->blocking_status; - log_info("Set global cache status to %d", cacheStatus); + log_debug(DEBUG_QUERIES, "Set global cache status to %d", cacheStatus); // Skip the entire chain of tests if we already know the answer for this // particular client