fix compiler warnings
authorChristian Grothoff <christian@grothoff.org>
Fri, 6 May 2016 15:23:59 +0000 (15:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 6 May 2016 15:23:59 +0000 (15:23 +0000)
src/dht/test_dht_monitor.c

index 0e92d0853f1aff2bf7ed48e1b95c5e28882bd71c..0212c900b6a95047461402134f78a8c92a0894fe 100644 (file)
@@ -332,7 +332,8 @@ monitor_res_cb (void *cls,
   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++;
 }