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 eeb30fb..6daabd0 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,