summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index 7dc5c4546..e49d5507a 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -3096,7 +3096,7 @@ ConnectionExists(struct SessionHandle *data,
/* We can't pipe if we don't know anything about the server */
if(canPipeline && !bundle->server_supports_pipelining) {
- infof(data, "Server doesn't support pipelining\n");
+ infof(data, "Server doesn't support multi-use (yet)\n");
canPipeline = FALSE;
}