From 63fb2cbdc123b546c1b2681529c1fbefcbc09eaa Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 8 Feb 2016 11:27:04 +0000 Subject: Add URL to llcache object destruction logging. --- content/llcache.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content') diff --git a/content/llcache.c b/content/llcache.c index 894d0e063..444c543e6 100644 --- a/content/llcache.c +++ b/content/llcache.c @@ -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) { -- cgit v1.2.3