From: Daniel Stenberg Date: Wed, 18 Oct 2006 15:11:24 +0000 (+0000) Subject: the expire timer is a bit too annoying to see all the time ;-) X-Git-Tag: curl-7_16_0~63 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bdd7596d305471a806f247d3a46395d7c7542e7;p=thirdparty%2Fcurl.git the expire timer is a bit too annoying to see all the time ;-) --- diff --git a/lib/multi.c b/lib/multi.c index eeb30fba61..6daabd00b1 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,