From 39e16afca77ea4bfaee853ff5b689be8fd82de45 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 22 Sep 2010 16:01:33 +0200 Subject: [PATCH] Enabling ZOOM Event debugging --- src/connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/connection.c b/src/connection.c index 8311ada..643f1a7 100644 --- a/src/connection.c +++ b/src/connection.c @@ -194,8 +194,8 @@ static void non_block_events(struct connection *co) continue; ev = ZOOM_connection_last_event(link); -#if 0 - yaz_log(YLOG_LOG, "%p Connection ZOOM_EVENT_%s", co, ZOOM_get_event_str(ev)); +#if 1 + yaz_log(YLOG_DEBUG, "%p Connection ZOOM_EVENT_%s", co, ZOOM_get_event_str(ev)); #endif switch (ev) { -- 1.7.10.4