From: Daniel Stenberg Date: Fri, 23 Mar 2007 22:24:33 +0000 (+0000) Subject: fix debug message X-Git-Tag: curl-7_16_2~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f9a339a22562f9621fd985c87fd84116878661e2;p=thirdparty%2Fcurl.git fix debug message --- diff --git a/lib/url.c b/lib/url.c index 2fcc31f331..7ff268e0a1 100644 --- a/lib/url.c +++ b/lib/url.c @@ -2042,8 +2042,8 @@ ConnectionExists(struct SessionHandle *data, from the multi */ } - DEBUGF(infof(data, "Examining connection #%ld for reuse \ - (pipeLen = %ld)\n", check->connectindex, pipeLen)); + DEBUGF(infof(data, "Examining connection #%ld for reuse, " + "(pipeLen = %ld)\n", check->connectindex, pipeLen)); if(pipeLen > 0 && !canPipeline) { /* can only happen within multi handles, and means that another easy