diff --git a/lib/cookie.c b/lib/cookie.c index cb57b86387..622fa678a4 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -1436,7 +1436,7 @@ struct Cookie *Curl_cookie_getlist(struct Curl_easy *data, matches++; if(matches >= MAX_COOKIE_SEND_AMOUNT) { - infof(data, "Included max number of cookies (%u) in request!", + infof(data, "Included max number of cookies (%zu) in request!", matches); break; }