mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-08 00:01:41 +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 */
|
/* Exported interface documented in content/llcache.h */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user