From fa5861fb743f904aee9a59da9c760b79421700ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julius=20B=C3=BCnger?= Date: Fri, 26 Jun 2015 16:57:18 +0000 Subject: [PATCH] -logging --- src/rps/gnunet-service-rps.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) struct GNUNET_TIME_Relative time_next_round; struct AttackedPeer *tmp_att_peer; - LOG (GNUNET_ERROR_TYPE_DEBUG, "Going to execute next round maliciously.\n"); + LOG (GNUNET_ERROR_TYPE_DEBUG, "Going to execute next round maliciously type %" PRIu32 ".\n", + mal_type); /* Do malicious actions */ if (1 == mal_type) -- 2.25.1