convert fs publish to MQ
[oweals/gnunet.git] / src / dht / test_dht_monitor.c
index 0e92d0853f1aff2bf7ed48e1b95c5e28882bd71c..5e6fc074a05474ddb2411c739d3a1fb096210ed1 100644 (file)
@@ -216,7 +216,6 @@ do_puts (void *cls)
                     GNUNET_BLOCK_TYPE_TEST,
                    sizeof (value), &value,
                    GNUNET_TIME_UNIT_FOREVER_ABS,
-                    GNUNET_TIME_UNIT_FOREVER_REL,
                    NULL, NULL);
   }
   put_task = GNUNET_SCHEDULER_add_delayed (PUT_FREQUENCY,
@@ -332,7 +331,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++;
 }