summaryrefslogtreecommitdiff
path: root/lib/http_proxy.c
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2018-05-28 21:46:22 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-31 11:34:32 +0200
commit8ea5d41fe0167802c74a049e8409a85fb68083be (patch)
tree5fc7fc8fe2d5ecbce37bc2031e0f1af638155f63 /lib/http_proxy.c
parent946ce5b61fc3832935ea92b4388116c7f637fb8c (diff)
downloadcurl-8ea5d41fe0167802c74a049e8409a85fb68083be.tar.gz
strictness: correct {infof, failf} format specifiers
Closes #2623
Diffstat (limited to 'lib/http_proxy.c')
-rw-r--r--lib/http_proxy.c2
1 files changed, 1 insertions, 1 deletions
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