From b5b08cf342a8d5a0779670e7df649329111b4725 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Mar 2010 16:09:26 +0100 Subject: [PATCH] YAZ log level "iochan" for event handling logs --- src/eventl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/eventl.c b/src/eventl.c index 21548b0..8536694 100644 --- 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; } -- 1.7.10.4