From d26042024942408e312c910501cb9d347ba21cd5 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 19 Mar 2008 17:36:07 +0000 Subject: Squash warning svn path=/trunk/netsurf/; revision=3983 --- content/fetchers/fetch_data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/fetchers/fetch_data.c b/content/fetchers/fetch_data.c index 2f0141232..f6d817e64 100644 --- a/content/fetchers/fetch_data.c +++ b/content/fetchers/fetch_data.c @@ -261,7 +261,7 @@ static void fetch_data_poll(const char *scheme) /* Only process non-aborted fetches */ if (!c->aborted && fetch_data_process(c) == true) { fetch_set_http_code(c->parent_fetch, 200); - LOG(("setting data: MIME type to %s, length to %d", + LOG(("setting data: MIME type to %s, length to %zd", c->mimetype, c->datalen)); /* Any callback can result in the fetch being aborted. * Therefore, we _must_ check for this after _every_ -- cgit v1.2.3