summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 17:36:07 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-03-19 17:36:07 +0000
commitd26042024942408e312c910501cb9d347ba21cd5 (patch)
tree3b64217ba3f6ab81be872395c842923f84d396d9 /content
parent6cf4ce640c88caf90ef675cd7f3f989a42df4d37 (diff)
downloadnetsurf-d26042024942408e312c910501cb9d347ba21cd5.tar.gz
netsurf-d26042024942408e312c910501cb9d347ba21cd5.tar.bz2
Squash warning
svn path=/trunk/netsurf/; revision=3983
Diffstat (limited to 'content')
-rw-r--r--content/fetchers/fetch_data.c2
1 files changed, 1 insertions, 1 deletions
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_