From 8ea5d41fe0167802c74a049e8409a85fb68083be Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Mon, 28 May 2018 21:46:22 +0200 Subject: strictness: correct {infof, failf} format specifiers Closes #2623 --- lib/http_proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/http_proxy.c') diff --git a/lib/http_proxy.c b/lib/http_proxy.c index e10a48829..05910e03b 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -206,7 +206,7 @@ static CURLcode CONNECT(struct connectdata *conn, char *host_port; Curl_send_buffer *req_buffer; - infof(data, "Establish HTTP proxy tunnel to %s:%hu\n", + infof(data, "Establish HTTP proxy tunnel to %s:%d\n", hostname, remote_port); /* This only happens if we've looped here due to authentication -- cgit v1.2.3