Log message typo.

This commit is contained in:
Simon Kelley
2015-07-08 22:42:14 +01:00
parent 45c5cb1f8f
commit 0f38fa05a6

View File

@@ -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