From: Daniel Stenberg Date: Sat, 17 Dec 2011 22:47:01 +0000 (+0100) Subject: Curl_proxyCONNECT: use newlines in debug output X-Git-Tag: curl-7_24_0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=583a9027895d65744f03ce28998adbe6b41c49a7;p=thirdparty%2Fcurl.git Curl_proxyCONNECT: use newlines in debug output --- diff --git a/lib/http_proxy.c b/lib/http_proxy.c index f3b02c975e..fbf23a9d87 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -202,11 +202,11 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, else { DEBUGF(infof(data, "Multi mode finished polling for response from " - "proxy CONNECT.")); + "proxy CONNECT\n")); } } else { - DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT.")); + DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT\n")); } /* at this point, either: