From 255361a885aa06f5462d7517cd58666f20f6cd17 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 8 Feb 2016 11:48:33 +0000 Subject: Log the cache limit along side size, after clean. --- content/llcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') 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 */ -- cgit v1.2.3