mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Log message typo.
This commit is contained in:
@@ -577,7 +577,7 @@ void bump_maxfd(fd_set *set, int fd, int *max)
|
||||
{
|
||||
static int logged = 0;
|
||||
if (!logged)
|
||||
my_syslog(LOG_ERR, _("File descriptor overflows FS_SET"));
|
||||
my_syslog(LOG_ERR, _("File descriptor overflows FD_SET"));
|
||||
logged = 1;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user