Enabling ZOOM Event debugging
authorDennis Schafroth <dennis@indexdata.com>
Wed, 22 Sep 2010 14:01:33 +0000 (16:01 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 22 Sep 2010 14:01:33 +0000 (16:01 +0200)
src/connection.c

index 8311ada..643f1a7 100644 (file)
@@ -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) 
         {