fix debug message

This commit is contained in:
Daniel Stenberg 2007-03-23 22:24:33 +00:00
parent 0043e87014
commit f9a339a225
1 changed files with 2 additions and 2 deletions

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