From 183974b437e4052d30812115f69f9a125c77a883 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 17 Jul 2010 08:17:42 +0000 Subject: Enable noisy logging svn path=/trunk/netsurf/; revision=10650 --- content/fetch.c | 2 +- content/llcache.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'content') diff --git a/content/fetch.c b/content/fetch.c index 02db40ba9..b1caba0d6 100644 --- a/content/fetch.c +++ b/content/fetch.c @@ -48,7 +48,7 @@ #include "utils/ring.h" /* Define this to turn on verbose fetch logging */ -#undef DEBUG_FETCH_VERBOSE +#define DEBUG_FETCH_VERBOSE bool fetch_active; /**< Fetches in progress, please call fetch_poll(). */ diff --git a/content/llcache.c b/content/llcache.c index 33b447570..154f7c4a4 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -36,7 +36,7 @@ #include "utils/utils.h" /** Define to enable tracing of llcache operations. */ -#undef LLCACHE_TRACE +#define LLCACHE_TRACE /** State of a low-level cache object fetch */ typedef enum { -- cgit v1.2.3