Log the cache limit along side size, after clean.

This commit is contained in:
Michael Drake 2016-02-08 11:48:33 +00:00
parent fc2d766bff
commit 255361a885

View File

@ -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 */