gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35746 - gnunet/src/rps


From: gnunet
Subject: [GNUnet-SVN] r35746 - gnunet/src/rps
Date: Wed, 20 May 2015 00:41:18 +0200

Author: ch3
Date: 2015-05-20 00:41:18 +0200 (Wed, 20 May 2015)
New Revision: 35746

Modified:
   gnunet/src/rps/gnunet-service-rps.c
Log:
-further logging in malicious execution

Modified: gnunet/src/rps/gnunet-service-rps.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps.c 2015-05-19 22:41:15 UTC (rev 35745)
+++ gnunet/src/rps/gnunet-service-rps.c 2015-05-19 22:41:18 UTC (rev 35746)
@@ -1864,6 +1864,10 @@
                                          num_attacked_peers),
                              GNUNET_CONSTANTS_MAX_CADET_MESSAGE_SIZE);
 
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "Going to send %" PRIu32 " pushes\n",
+         num_pushes);
+
     /* Send PUSHes to attacked peers */
     for (i = 0 ; i < num_pushes ; i++)
     {
@@ -1906,6 +1910,10 @@
                                          num_attacked_peers),
                              GNUNET_CONSTANTS_MAX_CADET_MESSAGE_SIZE);
 
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "Going to send %" PRIu32 " pushes\n",
+         num_pushes);
+
     /* Send PUSHes to attacked peers */
     send_push (&attacked_peer);
 




reply via email to

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