From bc8c549e1036f6c1dd3f0fd526d790a6ada123a7 Mon Sep 17 00:00:00 2001 From: jcid Date: Mon, 29 Sep 2008 01:04:50 +0200 Subject: - Removed the remaining DEBUG_MSG in src/ --- src/cache.c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/cache.c') diff --git a/src/cache.c b/src/cache.c index dcc8802d..699faa3b 100644 --- a/src/cache.c +++ b/src/cache.c @@ -38,10 +38,7 @@ #define NULLKey 0 -#define DEBUG_LEVEL 5 -#include "debug.h" - -/* Maximun initial size for the automatically-growing data buffer */ +/* Maximum initial size for the automatically-growing data buffer */ #define MAX_INIT_BUF 1024*1024 /* Maximum filesize for a URL, before offering a download */ #define HUGE_FILESIZE 15*1024*1024 @@ -920,9 +917,9 @@ static int Cache_redirect(CacheEntry_t *entry, int Flags, BrowserWindow *bw) } else { /* Sub entity redirection (most probably an image) */ if (!entry->Data->len) { - DEBUG_MSG(3,">>>Image redirection without entity-content<<<\n"); + _MSG(">>>Image redirection without entity-content<<<\n"); } else { - DEBUG_MSG(3, ">>>Image redirection with entity-content<<<\n"); + _MSG(">>>Image redirection with entity-content<<<\n"); } } } -- cgit v1.2.3