summaryrefslogtreecommitdiff
path: root/content/cache.c
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-04-15 17:53:00 +0000
committerJames Bursa <james@netsurf-browser.org>2003-04-15 17:53:00 +0000
commit09b1ede5a3fe5c37e34fe1c13780536f30297806 (patch)
tree5bf9a19301354c45deb6fab2e0386b5ca822714f /content/cache.c
parent63b6455f7365507ce502369b738ecc09e54e25ed (diff)
downloadnetsurf-09b1ede5a3fe5c37e34fe1c13780536f30297806.tar.gz
netsurf-09b1ede5a3fe5c37e34fe1c13780536f30297806.tar.bz2
[project @ 2003-04-15 17:53:00 by bursa]
Inline images and related. svn path=/import/netsurf/; revision=125
Diffstat (limited to 'content/cache.c')
-rw-r--r--content/cache.c4
1 files changed, 2 insertions, 2 deletions
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 <assert.h>
@@ -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 */