From 0f38fa05a65b50dd4ee8d755a908416326e84f22 Mon Sep 17 00:00:00 2001 From: Simon Kelley Date: Wed, 8 Jul 2015 22:42:14 +0100 Subject: [PATCH] Log message typo. --- src/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util.c b/src/util.c index 59ea518..3b7fad8 100644 --- a/src/util.c +++ b/src/util.c @@ -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