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:
cb56334
)
Remove two YLOG_DEBUG logs
author
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Mar 2010 13:39:33 +0000
(14:39 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Thu, 25 Mar 2010 13:39:33 +0000
(14:39 +0100)
src/eventl.c
patch
|
blob
|
history
diff --git
a/src/eventl.c
b/src/eventl.c
index
8536694
..
e46684d
100644
(file)
--- a/
src/eventl.c
+++ b/
src/eventl.c
@@
-265,13
+265,11
@@
static int event_loop(iochan_man_t man, IOCHAN *iochans)
if (FD_ISSET(p->fd, &in) || force_event == EVENT_INPUT)
{
p->last_event = now;
- yaz_log(YLOG_DEBUG, "Eventl input event");
p->this_event |= EVENT_INPUT;
}
if (FD_ISSET(p->fd, &out) || force_event == EVENT_OUTPUT)
{
p->last_event = now;
- yaz_log(YLOG_DEBUG, "Eventl output event");
p->this_event |= EVENT_OUTPUT;
}
if (FD_ISSET(p->fd, &except) || force_event == EVENT_EXCEPT)