From: Dennis Schafroth Date: Mon, 17 May 2010 11:26:59 +0000 (+0200) Subject: Fix the log statement on sel file descriptor (sel_fd) X-Git-Tag: v1.4.1~6^2~13 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=f6ed527150d1fbda58264392de587c85f70df17f;p=pazpar2-moved-to-github.git Fix the log statement on sel file descriptor (sel_fd) --- diff --git a/src/eventl.c b/src/eventl.c index faba34d..ddd8e54 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -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)