summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-02-08 11:48:33 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-08 11:48:33 +0000
commit255361a885aa06f5462d7517cd58666f20f6cd17 (patch)
tree20d9a5cfeb2ba4e6c42abb957d8130f67541be6f /content/llcache.c
parentfc2d766bff324048e3392a4b15889b60a9b9c354 (diff)
downloadnetsurf-255361a885aa06f5462d7517cd58666f20f6cd17.tar.gz
netsurf-255361a885aa06f5462d7517cd58666f20f6cd17.tar.bz2
Log the cache limit along side size, after clean.
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/llcache.c b/content/llcache.c
index 356c2d353..9745734f4 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -3310,7 +3310,7 @@ void llcache_clean(bool purge)
}
}
- LLCACHE_LOG("Size: %u", llcache_size);
+ LLCACHE_LOG("Size: %u (limit: %u)", llcache_size, limit);
}
/* Exported interface documented in content/llcache.h */