mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
fix debug message
This commit is contained in:
parent
0043e87014
commit
f9a339a225
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user