Revert "dnsmasq: improve insecure DS warning"
[openwrt/openwrt.git] / package / network / services / dnsmasq / patches / 0037-Small-error-message-tweak-for-clarity.patch
1 From 8bd28a87a241cbdfafd56d1c952656bde53dfa7b Mon Sep 17 00:00:00 2001
2 From: Simon Kelley <simon@thekelleys.org.uk>
3 Date: Fri, 1 Mar 2019 15:00:12 +0000
4 Subject: [PATCH 37/57] Small error-message tweak, for clarity.
5
6 Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
7 ---
8 src/network.c | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 --- a/src/network.c
12 +++ b/src/network.c
13 @@ -1535,7 +1535,7 @@ void check_servers(void)
14 {
15 count--;
16 if (++locals <= LOCALS_LOGGED)
17 - my_syslog(LOG_INFO, _("using local addresses only for %s %s"), s1, s2);
18 + my_syslog(LOG_INFO, _("using only locally-known addresses for %s %s"), s1, s2);
19 }
20 else if (serv->flags & SERV_USE_RESOLV)
21 my_syslog(LOG_INFO, _("using standard nameservers for %s %s"), s1, s2);