mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Remove fast-retry development logging.
This commit is contained in:
@@ -636,9 +636,6 @@ int fast_retry(time_t now)
|
||||
|
||||
daemon->log_display_id = f->frec_src.log_id;
|
||||
|
||||
if (option_bool(OPT_LOG))
|
||||
my_syslog(LOG_INFO, _("fast retry"), NULL);
|
||||
|
||||
forward_query(-1, NULL, NULL, 0, header, f->stash_len, ((char *) header) + udp_size, now, f,
|
||||
f->flags & FREC_AD_QUESTION, f->flags & FREC_DO_QUESTION);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user