From: Dennis Schafroth Date: Wed, 16 Mar 2011 13:56:46 +0000 (+0100) Subject: Out defined DEBUG logging http_bufs X-Git-Tag: v1.5.6~38 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=3d0cff4393b9af790eb77ad1fa75faebf9ec4013;p=pazpar2-moved-to-github.git Out defined DEBUG logging http_bufs --- 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); }