Commit 0f38fa05 authored by Simon Kelley's avatar Simon Kelley

Log message typo.

parent 45c5cb1f
...@@ -577,7 +577,7 @@ void bump_maxfd(fd_set *set, int fd, int *max) ...@@ -577,7 +577,7 @@ void bump_maxfd(fd_set *set, int fd, int *max)
{ {
static int logged = 0; static int logged = 0;
if (!logged) if (!logged)
my_syslog(LOG_ERR, _("File descriptor overflows FS_SET")); my_syslog(LOG_ERR, _("File descriptor overflows FD_SET"));
logged = 1; logged = 1;
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment