aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-06-26 16:57:18 +0000
committerJulius Bünger <buenger@mytum.de>2015-06-26 16:57:18 +0000
commitfa5861fb743f904aee9a59da9c760b79421700ed (patch)
tree8ac855746996bdff1d0e47b3f57bee8339b1c5f6
parent2527e4072121667966226b9da4f8c481011f3b2f (diff)
downloadgnunet-fa5861fb743f904aee9a59da9c760b79421700ed.tar.gz
gnunet-fa5861fb743f904aee9a59da9c760b79421700ed.zip
-logging
-rw-r--r--src/rps/gnunet-service-rps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps.c b/src/rps/gnunet-service-rps.c
index 35d11e90c..698473f45 100644
--- a/src/rps/gnunet-service-rps.c
+++ b/src/rps/gnunet-service-rps.c
@@ -1977,7 +1977,8 @@ do_mal_round (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1977 struct GNUNET_TIME_Relative time_next_round; 1977 struct GNUNET_TIME_Relative time_next_round;
1978 struct AttackedPeer *tmp_att_peer; 1978 struct AttackedPeer *tmp_att_peer;
1979 1979
1980 LOG (GNUNET_ERROR_TYPE_DEBUG, "Going to execute next round maliciously.\n"); 1980 LOG (GNUNET_ERROR_TYPE_DEBUG, "Going to execute next round maliciously type %" PRIu32 ".\n",
1981 mal_type);
1981 1982
1982 /* Do malicious actions */ 1983 /* Do malicious actions */
1983 if (1 == mal_type) 1984 if (1 == mal_type)