projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7094fc3
)
Fix the log statement on sel file descriptor (sel_fd)
author
Dennis Schafroth
<dennis@indexdata.com>
Mon, 17 May 2010 11:26:59 +0000
(13:26 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Mon, 17 May 2010 11:26:59 +0000
(13:26 +0200)
src/eventl.c
patch
|
blob
|
history
diff --git
a/src/eventl.c
b/src/eventl.c
index
faba34d
..
ddd8e54
100644
(file)
--- 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)