From 4bdd7596d305471a806f247d3a46395d7c7542e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 18 Oct 2006 15:11:24 +0000 Subject: the expire timer is a bit too annoying to see all the time ;-) --- lib/multi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/multi.c b/lib/multi.c index eeb30fba6..6daabd00b 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1845,9 +1845,10 @@ void Curl_expire(struct SessionHandle *data, long milli) } *nowp = set; +#if 0 infof(data, "Expire at %ld / %ld (%ldms)\n", (long)nowp->tv_sec, (long)nowp->tv_usec, milli); - +#endif data->state.timenode.payload = data; multi->timetree = Curl_splayinsert((int)nowp->tv_sec, multi->timetree, -- cgit v1.2.3