aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
authorCarlo Wood <carlo@alinoe.com>2014-11-18 23:02:40 +0100
committerDaniel Stenberg <daniel@haxx.se>2014-11-18 23:02:40 +0100
commit013d5c18c3078fe737c5f20382cbdc834cfff3dc (patch)
treec383fa6d0e3189a252e2f0b14b679b80f51f2cc5 /lib/connect.c
parentb77ff4d589785861b0a91bef6b6fc2a261374f1c (diff)
debug: added new connection cache output, plus fixups
Debug output 'typo' fix. Don't print an extra "0x" in * Pipe broke: handle 0x0x2546d88, url = / Add debug output. Print the number of connections in the connection cache when adding one, and not only when one is removed. Fix typos in comments.
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c
index 3a1bc2df7..5f64afab3 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -1326,7 +1326,7 @@ CURLcode Curl_socket(struct connectdata *conn,
#ifdef CURLDEBUG
/*
* Curl_conncontrol() is used to set the conn->bits.close bit on or off. It
- * MUST be called with the connclose() or connclose() macros with a stated
+ * MUST be called with the connclose() or connkeep() macros with a stated
* reason. The reason is only shown in debug builds but helps to figure out
* decision paths when connections are or aren't re-used as expected.
*/