Update changed indentation of known DNSMASQ warning

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2023-05-27 12:52:26 +02:00
parent 6cc10f72ed
commit 0a90f07d68
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ src/dnsmasq/dnsmasq.c
src/dnsmasq/dnsmasq.c
my_syslog(LOG_WARNING, _("no servers found in %s, will retry"), latest->name);
src/dnsmasq/dnssec.c
my_syslog(LOG_WARNING, _("Insecure DS reply received for %s, check domain configuration and upstream DNS server DNSSEC support"), name);
my_syslog(LOG_WARNING, _("Insecure DS reply received for %s, check domain configuration and upstream DNS server DNSSEC support"), name);
src/dnsmasq/forward.c
my_syslog(LOG_WARNING, _("discarding DNS reply: subnet option mismatch"));
src/dnsmasq/forward.c