From 29d3b4fa0076c879b2372d23c91a990d9421c7f4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 9 Oct 2011 10:53:17 +0000 Subject: Sort out hiccough in hlcache finalisation debug svn path=/trunk/netsurf/; revision=13017 --- content/hlcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/hlcache.c') diff --git a/content/hlcache.c b/content/hlcache.c index cb5438a8b..954f9a63d 100644 --- a/content/hlcache.c +++ b/content/hlcache.c @@ -176,7 +176,7 @@ void hlcache_finalise(void) if (entry->content != NULL) { LOG((" %p : %s (%d users)", entry, - content_get_url(&entry_handle), content_count_users(entry->content))); + nsurl_access(content_get_url(&entry_handle)), content_count_users(entry->content))); } else { LOG((" %p", entry)); } -- cgit v1.2.3