mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Add URL to llcache object destruction logging.
This commit is contained in:
parent
67bdf81ca9
commit
63fb2cbdc1
@ -933,7 +933,8 @@ static nserror llcache_object_destroy(llcache_object *object)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
LLCACHE_LOG("Destroying object %p", object);
|
||||
LLCACHE_LOG("Destroying object %p, %s", object,
|
||||
nsurl_access(object->url));
|
||||
|
||||
if (object->source_data != NULL) {
|
||||
if (object->store_state == LLCACHE_STATE_DISC) {
|
||||
|
Loading…
Reference in New Issue
Block a user