aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/test_rps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/test_rps.c b/src/rps/test_rps.c
index fa2ffd9eb..9ccf3e61c 100644
--- a/src/rps/test_rps.c
+++ b/src/rps/test_rps.c
@@ -1999,7 +1999,7 @@ static void compute_probabilities (uint32_t peer_idx)
1999 i, 1999 i,
2000 prob_push); 2000 prob_push);
2001 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 2001 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
2002 "\t\tposs choices from view: %f, containing i: %f\n", 2002 "\t\tposs choices from view: %" PRIu32 ", containing i: %" PRIu32 "\n",
2003 binom (view_size, 0.45 * view_size), 2003 binom (view_size, 0.45 * view_size),
2004 binom (0.45 * view_size, 1)); 2004 binom (0.45 * view_size, 1));
2005 } else { 2005 } else {