Fix the log statement on sel file descriptor (sel_fd)
authorDennis Schafroth <dennis@indexdata.com>
Mon, 17 May 2010 11:26:59 +0000 (13:26 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 17 May 2010 11:26:59 +0000 (13:26 +0200)
src/eventl.c

index faba34d..ddd8e54 100644 (file)
@@ -208,7 +208,7 @@ static int event_loop(iochan_man_t man, IOCHAN *iochans) {
             if (p->fd > max)
                 max = p->fd;
         }
-        yaz_log(man->log_level, "max=%d nofds=%d", max, man->sel_fd);
+        yaz_log(man->log_level, "max=%d sel_fd=%d", max, man->sel_fd);
 
         if (man->sel_fd != -1) {
             if (man->sel_fd > max)