X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fconnection.c;h=5f127eabb98f4f5db92cd343f1a0cdb592a0e2c8;hb=a50d5d492e9b63cec3f82a610f2bf0e1e470f9ae;hp=252443413d84812c168b37bb0ffd8785fac0e556;hpb=77fc683f33da2f7679d0372d9cd32a111baedfc6;p=pazpar2-moved-to-github.git 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) {