aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cache.c b/src/cache.c
index 933ad93e..ab0f46fa 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -587,6 +587,7 @@ static void Cache_parse_header(CacheEntry_t *entry)
}
} else {
entry->TypeHdr = Type;
+ _MSG("Content-Type {%s} {%s}\n", Type, URL_STR(entry->Url));
/* This Content-Type is not trusted. It's checked against real data
* in Cache_process_queue(); only then CA_GotContentType becomes true.
*/