aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2015-05-19 22:41:31 +0000
committerJulius Bünger <buenger@mytum.de>2015-05-19 22:41:31 +0000
commite95e52191b5d2ffa7b36eeb9dc4ead3209f9b523 (patch)
treeca3a05ebcc4571cf4650ccdb6ca656357daecf2a /src
parenta93d2ee9e26123f696e1b60b09bc5b4c82270884 (diff)
-small fix
Diffstat (limited to 'src')
-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 2209fd13dc..5ea728628a 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,
#endif /* TO_FILE */
LOG (GNUNET_ERROR_TYPE_DEBUG,
- "Scheduling requests for %" PRIX32 " peers\n", num_peers);
+ "Scheduling requests for %" PRIu32 " peers\n", num_peers);
for (i = 0 ; i < num_peers ; i++)
{