[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] branch master updated: rps profiler: fix debug out
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] branch master updated: rps profiler: fix debug output |
Date: |
Wed, 11 Apr 2018 14:47:47 +0200 |
This is an automated email from the git hooks/post-receive script.
julius-buenger pushed a commit to branch master
in repository gnunet.
The following commit(s) were added to refs/heads/master by this push:
new f1d5be8c0 rps profiler: fix debug output
f1d5be8c0 is described below
commit f1d5be8c05ae4207596b9b8b6ef552b3df8dffc7
Author: Julius Bünger <address@hidden>
AuthorDate: Wed Apr 11 14:47:23 2018 +0200
rps profiler: fix debug output
---
src/rps/test_rps.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
i,
prob_push);
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
- "\t\tposs choices from view: %f, containing i: %f\n",
+ "\t\tposs choices from view: %" PRIu32 ", containing i: %"
PRIu32 "\n",
binom (view_size, 0.45 * view_size),
binom (0.45 * view_size, 1));
} else {
--
To stop receiving notification emails like this one, please contact
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [gnunet] branch master updated: rps profiler: fix debug output,
gnunet <=