YLOG_DEBUG msg
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Jan 2014 13:53:35 +0000 (14:53 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 28 Jan 2014 13:53:35 +0000 (14:53 +0100)
src/connection.c

index 2524434..5f127ea 100644 (file)
@@ -216,7 +216,7 @@ static void non_block_events(struct connection *co)
         ev = ZOOM_connection_last_event(link);
 
 #if 1
-        yaz_log(YLOG_LOG, "%p Connection ZOOM_EVENT_%s", co, ZOOM_get_event_str(ev));
+        yaz_log(YLOG_DEBUG, "%p Connection ZOOM_EVENT_%s", co, ZOOM_get_event_str(ev));
 #endif
         switch (ev)
         {