summaryrefslogtreecommitdiff
path: root/lib/conncache.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/conncache.c')
-rw-r--r--lib/conncache.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/conncache.c b/lib/conncache.c
index 9522aeb10..d07718e83 100644
--- a/lib/conncache.c
+++ b/lib/conncache.c
@@ -152,6 +152,10 @@ CURLcode Curl_conncache_add_conn(struct conncache *connc,
conn->connection_id = connc->next_connection_id++;
connc->num_connections++;
+ DEBUGF(infof(conn->data, "Added connection %d. "
+ "The cache now contains %d members\n",
+ conn->connection_id, connc->num_connections));
+
return CURLE_OK;
}