]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
the expire timer is a bit too annoying to see all the time ;-)
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Oct 2006 15:11:24 +0000 (15:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Oct 2006 15:11:24 +0000 (15:11 +0000)
lib/multi.c

index eeb30fba6195a6db107bff459e050f970ce8acd7..6daabd00b19686ab0d4f732d28716d5ff0d2d345 100644 (file)
@@ -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,