-fix off-by-1
[oweals/gnunet.git] / 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++;
 }