summaryrefslogtreecommitdiff
path: root/content/fetch.c
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/fetch.c
parent2a286962f783ddbd7506c972afff131fad956563 (diff)
downloadnetsurf-183974b437e4052d30812115f69f9a125c77a883.tar.gz
netsurf-183974b437e4052d30812115f69f9a125c77a883.tar.bz2
Enable noisy logging
svn path=/trunk/netsurf/; revision=10650
Diffstat (limited to 'content/fetch.c')
-rw-r--r--content/fetch.c2
1 files changed, 1 insertions, 1 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(). */