summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/fetch.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/fetch.c b/content/fetch.c
index abfdf4c97..6ee3872aa 100644
--- a/content/fetch.c
+++ b/content/fetch.c
@@ -306,10 +306,10 @@ void fetcher_quit(void)
* be stopped.
*/
LOG(("Fetcher for scheme %s still has %d active users at quit.",
- lwc_string_data(fetchers->scheme_name),
- fetchers->refcount));
+ lwc_string_data(fetchers[fetcherd].scheme),
+ fetchers[fetcherd].refcount));
- fetchers->refcount = 1;
+ fetchers[fetcherd].refcount = 1;
}
if (fetchers[fetcherd].refcount == 1) {