From: Dennis Schafroth Date: Wed, 22 Sep 2010 14:01:33 +0000 (+0200) Subject: Enabling ZOOM Event debugging X-Git-Tag: v1.5.0~5 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=39e16afca77ea4bfaee853ff5b689be8fd82de45;p=pazpar2-moved-to-github.git Enabling ZOOM Event debugging --- 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) {