Merge pull request #2064 from pi-hole/fix/debug_msg

Move debug message behind debug flag
This commit is contained in:
Dominik
2024-09-15 19:44:09 +02:00
committed by GitHub
+1 -1
View File
@@ -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