mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Log the cache limit along side size, after clean.
This commit is contained in:
parent
fc2d766bff
commit
255361a885
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user