gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37141 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r37141 - gnunet/src/dht
Date: Fri, 6 May 2016 17:23:59 +0200

Author: grothoff
Date: 2016-05-06 17:23:59 +0200 (Fri, 06 May 2016)
New Revision: 37141

Modified:
   gnunet/src/dht/test_dht_monitor.c
Log:
fix compiler warnings

Modified: gnunet/src/dht/test_dht_monitor.c
===================================================================
--- gnunet/src/dht/test_dht_monitor.c   2016-05-06 15:23:26 UTC (rev 37140)
+++ gnunet/src/dht/test_dht_monitor.c   2016-05-06 15:23:59 UTC (rev 37141)
@@ -332,7 +332,8 @@
   GNUNET_log (GNUNET_ERROR_TYPE_INFO,
               "%u got a REPLY message for key %s with %u bytes\n",
               i,
-             GNUNET_h2s (key), size);
+             GNUNET_h2s (key),
+              (unsigned int) size);
   monitor_counter++;
 }
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]