gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 66/163: multi: remove a DEBUGF()


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 66/163: multi: remove a DEBUGF()
Date: Sun, 05 Aug 2018 12:36:32 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 923ce4a5909aa7ef1379aa93c6eabcc9a225dd4e
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jun 1 12:55:41 2018 +0200

    multi: remove a DEBUGF()
    
    ... it might call infof() with a NULL first argument that isn't harmful
    but makes it not do anything. The infof() line is not very useful
    anymore, it has served it purpose. Good riddance!
    
    Fixes #2627
---
 lib/multi.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/multi.c b/lib/multi.c
index d48eed4e5..be926ae92 100644
--- a/lib/multi.c
+++ b/lib/multi.c
@@ -1083,8 +1083,6 @@ CURLMcode curl_multi_wait(struct Curl_multi *multi,
     int pollrc;
     /* wait... */
     pollrc = Curl_poll(ufds, nfds, timeout_ms);
-    DEBUGF(infof(data, "Curl_poll(%u ds, %d ms) == %d\n",
-                 nfds, timeout_ms, pollrc));
 
     if(pollrc > 0) {
       retcode = pollrc;

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



reply via email to

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