summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-07-17 08:17:42 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-07-17 08:17:42 +0000
commit183974b437e4052d30812115f69f9a125c77a883 (patch)
tree397c0c76781003ab199e52c29ba8a29a07209d81 /content
parent2a286962f783ddbd7506c972afff131fad956563 (diff)
downloadnetsurf-183974b437e4052d30812115f69f9a125c77a883.tar.gz
netsurf-183974b437e4052d30812115f69f9a125c77a883.tar.bz2
Enable noisy logging
svn path=/trunk/netsurf/; revision=10650
Diffstat (limited to 'content')
-rw-r--r--content/fetch.c2
-rw-r--r--content/llcache.c2
2 files changed, 2 insertions, 2 deletions
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 {