X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=blobdiff_plain;f=src%2Feventl.c;h=40dfeb472bc556afd0524be1eeff688520450e92;hp=2e39b3ab122b6732ab36dd0a24f0402750ed131f;hb=c4a0e7bd9ac4994ad56c637945c55aeb8bfe2c9c;hpb=33f6cb2ff7f0e57bb8001d40b1a7400e3f8ebc61 diff --git a/src/eventl.c b/src/eventl.c index 2e39b3a..40dfeb4 100644 --- a/src/eventl.c +++ b/src/eventl.c @@ -273,7 +273,8 @@ static int event_loop(iochan_man_t man, IOCHAN *iochans) fds[i].fd = p->fd; } assert(i == no_fds); - yaz_log(man->log_level, "yaz_poll begin nofds=%d", no_fds); + yaz_log(man->log_level, "yaz_poll begin tv_sec=%d nofds=%d", tv_sec, + no_fds); res = yaz_poll(fds, no_fds, tv_sec, 0); yaz_log(man->log_level, "yaz_poll returned res=%d", res); if (res < 0)