From 3d0cff4393b9af790eb77ad1fa75faebf9ec4013 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Wed, 16 Mar 2011 14:56:46 +0100 Subject: [PATCH] Out defined DEBUG logging http_bufs --- src/http.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/http.c b/src/http.c index 27ce668..d93c874 100644 --- a/src/http.c +++ b/src/http.c @@ -161,7 +161,9 @@ static void http_buf_destroy(http_server_t hs, struct http_buf *b) b->next = hs->http_buf_freelist; hs->http_buf_freelist = b; hs->http_buf_freelist_count++; +#if 0 yaz_log(YLOG_DEBUG, "Free %d http buffers on server.", hs->http_buf_freelist_count); +#endif } yaz_mutex_leave(hs->mutex); } -- 1.7.10.4