summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */