[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r35750 - gnunet/src/rps
From: |
gnunet |
Subject: |
[GNUnet-SVN] r35750 - gnunet/src/rps |
Date: |
Wed, 20 May 2015 00:41:31 +0200 |
Author: ch3
Date: 2015-05-20 00:41:31 +0200 (Wed, 20 May 2015)
New Revision: 35750
Modified:
gnunet/src/rps/gnunet-service-rps_sampler.c
Log:
-small fix
Modified: gnunet/src/rps/gnunet-service-rps_sampler.c
===================================================================
--- gnunet/src/rps/gnunet-service-rps_sampler.c 2015-05-19 22:41:28 UTC (rev
35749)
+++ gnunet/src/rps/gnunet-service-rps_sampler.c 2015-05-19 22:41:31 UTC (rev
35750)
@@ -929,7 +929,7 @@
#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++)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r35750 - gnunet/src/rps,
gnunet <=