gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 131/254: multi: remove leftover debug infof() calls


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 131/254: multi: remove leftover debug infof() calls from e9fd794a6
Date: Sat, 17 Jun 2017 16:52:43 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit d6c74ff663100d600a04debea35d0bc986adb213
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri May 12 17:19:30 2017 +0200

    multi: remove leftover debug infof() calls from e9fd794a6
---
 lib/multi.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/multi.c b/lib/multi.c
index 252cd2ae4..09be44396 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -2896,7 +2896,6 @@ multi_addtimeout(struct Curl_easy *data,
   node->eid = eid; /* also marks it as in use */
 
   n = Curl_llist_count(timeoutlist);
-  infof(data, "TIMEOUTS %zd\n", n);
   if(n) {
     /* find the correct spot in the list */
     for(e = timeoutlist->head; e; e = e->next) {
@@ -2940,8 +2939,6 @@ void Curl_expire(struct Curl_easy *data, time_t milli, 
expire_id id)
 
   DEBUGASSERT(id < EXPIRE_LAST);
 
-  infof(data, "EXPIRE in %d, id %d\n", (int)milli, id);
-
   set = Curl_tvnow();
   set.tv_sec += (long)(milli/1000);
   set.tv_usec += (long)(milli%1000)*1000;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]