Curl_proxyCONNECT: use newlines in debug output
authorDaniel Stenberg <daniel@haxx.se>
Sat, 17 Dec 2011 22:47:01 +0000 (23:47 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Dec 2011 08:32:54 +0000 (09:32 +0100)
lib/http_proxy.c

index f3b02c9..fbf23a9 100644 (file)
@@ -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: