Sort out hiccough in hlcache finalisation debug

svn path=/trunk/netsurf/; revision=13017
This commit is contained in:
Daniel Silverstone 2011-10-09 10:53:17 +00:00
parent 426df17ff4
commit 29d3b4fa00
1 changed files with 1 additions and 1 deletions

View File

@ -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));
}