]> git.ipfire.org Git - people/ms/dnsmasq.git/commitdiff
Log message typo.
authorSimon Kelley <simon@thekelleys.org.uk>
Wed, 8 Jul 2015 21:42:14 +0000 (22:42 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Wed, 8 Jul 2015 21:42:14 +0000 (22:42 +0100)
src/util.c

index 59ea5185f9fb585f62eac35769ab87703f7407fa..3b7fad8ee5ca095552ba1cd1a5be6904eedde835 100644 (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