From: Adam Dickmeiss Date: Tue, 28 Jan 2014 13:53:35 +0000 (+0100) Subject: YLOG_DEBUG msg X-Git-Tag: v1.6.39~15 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=a50d5d492e9b63cec3f82a610f2bf0e1e470f9ae YLOG_DEBUG msg --- 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) {