From 09b1ede5a3fe5c37e34fe1c13780536f30297806 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Tue, 15 Apr 2003 17:53:00 +0000 Subject: [project @ 2003-04-15 17:53:00 by bursa] Inline images and related. svn path=/import/netsurf/; revision=125 --- content/cache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/cache.c') diff --git a/content/cache.c b/content/cache.c index f9dd4e4f5..bf0f46511 100644 --- a/content/cache.c +++ b/content/cache.c @@ -1,5 +1,5 @@ /** - * $Id: cache.c,v 1.2 2003/03/04 11:59:35 bursa Exp $ + * $Id: cache.c,v 1.3 2003/04/15 17:53:00 bursa Exp $ */ #include @@ -108,7 +108,7 @@ struct content * cache_get(const char * const url) void cache_put(struct content * content) { struct cache_entry * e; - LOG(("content %p, url '%s'", content, content->url)); + LOG(("content %p, url '%s', size %lu", content, content->url, content->size)); current_size += content->size; /* clear old data from the usused_list until the size drops below max_size */ -- cgit v1.2.3