From a50d5d492e9b63cec3f82a610f2bf0e1e470f9ae Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 28 Jan 2014 14:53:35 +0100 Subject: [PATCH] YLOG_DEBUG msg --- src/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.c b/src/connection.c index 2524434..5f127ea 100644 --- a/src/connection.c +++ b/src/connection.c @@ -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) { -- 1.7.10.4