aboutsummaryrefslogtreecommitdiffstats
path: root/block/curl.c
diff options
context:
space:
mode:
authormalc <av1474@comtv.ru>2010-02-08 12:44:55 +0300
committermalc <av1474@comtv.ru>2010-02-08 12:44:55 +0300
commit48a402e693cbea9582472159931aa6799a6c80c7 (patch)
tree7a4fc88947624197f3dbe720e9e015621bd9ad9b /block/curl.c
parente8105ebb94bf8c79c8ee8a66df5e8dfaabbfdbe1 (diff)
block/curl: %Z is not a valid conversion specifier
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'block/curl.c')
-rw-r--r--block/curl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/curl.c b/block/curl.c
index 86ac81b26..fe08f7b80 100644
--- a/block/curl.c
+++ b/block/curl.c
@@ -339,7 +339,7 @@ static int curl_open(BlockDriverState *bs, const char *filename, int flags)
}
if ((s->readahead_size & 0x1ff) != 0) {
- fprintf(stderr, "HTTP_READAHEAD_SIZE %Zd is not a multiple of 512\n",
+ fprintf(stderr, "HTTP_READAHEAD_SIZE %zd is not a multiple of 512\n",
s->readahead_size);
goto out_noclean;
}