mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge pull request #2064 from pi-hole/fix/debug_msg
Move debug message behind debug flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user