gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -remove debug message


From: gnunet
Subject: [gnunet] branch master updated: -remove debug message
Date: Sun, 21 Jun 2020 22:12:38 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 686a873ae -remove debug message
686a873ae is described below

commit 686a873aed44e0dff36f0d52c465af2e5efb5ab2
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Sun Jun 21 22:07:03 2020 +0200

    -remove debug message
---
 src/gns/gnunet-dns2gns.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/gns/gnunet-dns2gns.c b/src/gns/gnunet-dns2gns.c
index 5d8b6f117..74309f554 100644
--- a/src/gns/gnunet-dns2gns.c
+++ b/src/gns/gnunet-dns2gns.c
@@ -208,8 +208,6 @@ shuffle_answers (struct Request *request)
     r_idx = GNUNET_CRYPTO_random_u32 (GNUNET_CRYPTO_QUALITY_WEAK,
                                       request->packet->num_answers);
     idx--;
-    GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-                "Swapping %u with %u\n", idx, r_idx);
     tmp_answer = request->packet->answers[idx];
     memcpy (&request->packet->answers[idx], &request->packet->answers[r_idx],
             sizeof (struct GNUNET_DNSPARSER_Record));

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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