mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 22:15:13 -05:00
proxy: add newline to info message
This commit is contained in:
parent
c720cd6356
commit
c4d6f9163a
@ -281,7 +281,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
|
|||||||
/* proxy auth was requested and there was proxy auth available,
|
/* proxy auth was requested and there was proxy auth available,
|
||||||
then deem this as "mere" proxy disconnect */
|
then deem this as "mere" proxy disconnect */
|
||||||
conn->bits.proxy_connect_closed = TRUE;
|
conn->bits.proxy_connect_closed = TRUE;
|
||||||
infof(data, "Proxy CONNECT connection closed");
|
infof(data, "Proxy CONNECT connection closed\n");
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
error = SELECT_ERROR;
|
error = SELECT_ERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user