Out defined DEBUG logging http_bufs
authorDennis Schafroth <dennis@indexdata.com>
Wed, 16 Mar 2011 13:56:46 +0000 (14:56 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 16 Mar 2011 13:56:46 +0000 (14:56 +0100)
src/http.c

index 27ce668..d93c874 100644 (file)
@@ -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);
 }