summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/hlcache.c2
1 files changed, 1 insertions, 1 deletions
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));
}