mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -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,
|
||||
then deem this as "mere" proxy disconnect */
|
||||
conn->bits.proxy_connect_closed = TRUE;
|
||||
infof(data, "Proxy CONNECT connection closed");
|
||||
infof(data, "Proxy CONNECT connection closed\n");
|
||||
}
|
||||
else {
|
||||
error = SELECT_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user