aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rps/gnunet-service-rps_sampler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rps/gnunet-service-rps_sampler.c b/src/rps/gnunet-service-rps_sampler.c
index 2209fd13d..5ea728628 100644
--- a/src/rps/gnunet-service-rps_sampler.c
+++ b/src/rps/gnunet-service-rps_sampler.c
@@ -929,7 +929,7 @@ RPS_sampler_get_n_rand_peers (struct RPS_Sampler *sampler,
929 #endif /* TO_FILE */ 929 #endif /* TO_FILE */
930 930
931 LOG (GNUNET_ERROR_TYPE_DEBUG, 931 LOG (GNUNET_ERROR_TYPE_DEBUG,
932 "Scheduling requests for %" PRIX32 " peers\n", num_peers); 932 "Scheduling requests for %" PRIu32 " peers\n", num_peers);
933 933
934 for (i = 0 ; i < num_peers ; i++) 934 for (i = 0 ; i < num_peers ; i++)
935 { 935 {