Small error-message tweak, for clarity.

This commit is contained in:
Simon Kelley
2019-03-01 15:00:12 +00:00
parent 065e5bb0b1
commit 8bd28a87a2

View File

@@ -1535,7 +1535,7 @@ void check_servers(void)
{ {
count--; count--;
if (++locals <= LOCALS_LOGGED) if (++locals <= LOCALS_LOGGED)
my_syslog(LOG_INFO, _("using local addresses only for %s %s"), s1, s2); my_syslog(LOG_INFO, _("using only locally-known addresses for %s %s"), s1, s2);
} }
else if (serv->flags & SERV_USE_RESOLV) else if (serv->flags & SERV_USE_RESOLV)
my_syslog(LOG_INFO, _("using standard nameservers for %s %s"), s1, s2); my_syslog(LOG_INFO, _("using standard nameservers for %s %s"), s1, s2);