diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-03-23 22:24:33 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-03-23 22:24:33 +0000 |
commit | f9a339a22562f9621fd985c87fd84116878661e2 (patch) | |
tree | 29a6c053e0c0d701446c34922569b6462ffb889b | |
parent | 0043e870145d167003931cda2fd90b5e13b0b7f8 (diff) |
fix debug message
-rw-r--r-- | lib/url.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |