From af6c81b042326cb63c29d804643c4f4e71f44d70 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 1 Oct 2011 15:40:16 +0000 Subject: Convert nsurl to string for log. svn path=/trunk/netsurf/; revision=12916 --- content/fetchers/curl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/fetchers/curl.c b/content/fetchers/curl.c index c833655da..09f8403af 100644 --- a/content/fetchers/curl.c +++ b/content/fetchers/curl.c @@ -352,7 +352,7 @@ void * fetch_curl_setup(struct fetch *parent_fetch, nsurl *url, goto failed; } - LOG(("fetch %p, url '%s'", fetch, url)); + LOG(("fetch %p, url '%s'", fetch, nsurl_access(url))); /* construct a new fetch structure */ fetch->curl_handle = 0; -- cgit v1.2.3