1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

fix debug message

This commit is contained in:
Daniel Stenberg 2007-03-23 22:24:33 +00:00
parent 0043e87014
commit f9a339a225

View File

@ -2042,8 +2042,8 @@ ConnectionExists(struct SessionHandle *data,
from the multi */ from the multi */
} }
DEBUGF(infof(data, "Examining connection #%ld for reuse \ DEBUGF(infof(data, "Examining connection #%ld for reuse, "
(pipeLen = %ld)\n", check->connectindex, pipeLen)); "(pipeLen = %ld)\n", check->connectindex, pipeLen));
if(pipeLen > 0 && !canPipeline) { if(pipeLen > 0 && !canPipeline) {
/* can only happen within multi handles, and means that another easy /* can only happen within multi handles, and means that another easy