gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: logging


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: logging
Date: Tue, 28 Feb 2017 13:20:01 +0100

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

dold pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 62722a689 logging
62722a689 is described below

commit 62722a6898c5e0420893140326edcb64ebd1ea99
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 28 13:19:56 2017 +0100

    logging
---
 src/set/gnunet-service-set_union.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/set/gnunet-service-set_union.c 
b/src/set/gnunet-service-set_union.c
index c69aa2a9c..b8e210f54 100644
--- a/src/set/gnunet-service-set_union.c
+++ b/src/set/gnunet-service-set_union.c
@@ -1560,6 +1560,10 @@ handle_p2p_full_element (void *cls,
        (op->state->received_fresh < op->state->received_total / 3) )
   {
     /* The other peer gave us lots of old elements, there's something wrong. */
+    LOG (GNUNET_ERROR_TYPE_ERROR,
+         "Other peer sent only %llu/%llu fresh elements, failing operation\n",
+         (unsigned long long) op->state->received_fresh,
+         (unsigned long long) op->state->received_total);
     GNUNET_break_op (0);
     fail_union_operation (op);
     return;

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



reply via email to

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