http_proxy: provide missing arg to infof() call

Pointed out by Coverity

Closes #10904
This commit is contained in:
Daniel Stenberg 2023-04-07 14:05:00 +02:00
parent 4033642930
commit 887acb48e4
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -106,7 +106,7 @@ connect_sub:
#endif
default:
DEBUGF(LOG_CF(data, cf, "installing subfilter for default HTTP/1.1"));
infof(data, "CONNECT tunnel: unsupported ALPN(%d) negotiated");
infof(data, "CONNECT tunnel: unsupported ALPN(%d) negotiated", alpn);
result = CURLE_COULDNT_CONNECT;
goto out;
}