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:
1ecd72e
)
YAZ log level "iochan" for event handling logs
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Mar 2010 15:09:26 +0000
(16:09 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 22 Mar 2010 15:09:26 +0000
(16:09 +0100)
src/eventl.c
patch
|
blob
|
history
diff --git
a/src/eventl.c
b/src/eventl.c
index
21548b0
..
8536694
100644
(file)
--- a/
src/eventl.c
+++ b/
src/eventl.c
@@
-70,7
+70,8
@@
iochan_man_t iochan_man_create(int no_threads)
man->sel_thread = 0; /* can't create sel_thread yet because we may fork */
man->sel_fd = -1;
man->no_threads = no_threads;
- man->log_level = YLOG_LOG;
+ man->log_level = yaz_log_module_level("iochan");
+
return man;
}