Commit 583a9027 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_proxyCONNECT: use newlines in debug output

parent 7b8590d1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -202,11 +202,11 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
      else {
      else {
        DEBUGF(infof(data,
        DEBUGF(infof(data,
                     "Multi mode finished polling for response from "
                     "Multi mode finished polling for response from "
                     "proxy CONNECT."));
                     "proxy CONNECT\n"));
      }
      }
    }
    }
    else {
    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:
    /* at this point, either: