summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {