From 583a9027895d65744f03ce28998adbe6b41c49a7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 17 Dec 2011 23:47:01 +0100 Subject: Curl_proxyCONNECT: use newlines in debug output --- lib/http_proxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/http_proxy.c') diff --git a/lib/http_proxy.c b/lib/http_proxy.c index f3b02c975..fbf23a9d8 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: -- cgit v1.2.3