From 4936dfe158a108081f18d1c77887ed0fb97f4265 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Sep 2011 21:06:03 +0000 Subject: no printf --- src/dht/test_dht_multipeer.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dht/test_dht_multipeer.c') diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c index 76c10701d..09554472a 100644 --- a/src/dht/test_dht_multipeer.c +++ b/src/dht/test_dht_multipeer.c @@ -561,9 +561,11 @@ do_put (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) test_put->dht_handle = GNUNET_DHT_connect (test_put->daemon->cfg, 10); GNUNET_assert (test_put->dht_handle != NULL); outstanding_puts++; +#if VERBOSE > 2 fprintf (stderr, "PUT %u at `%s'\n", test_put->uid, GNUNET_i2s (&test_put->daemon->id)); +#endif GNUNET_DHT_put (test_put->dht_handle, &key, 1, route_option, GNUNET_BLOCK_TYPE_TEST, sizeof (data), data, GNUNET_TIME_UNIT_FOREVER_ABS, GNUNET_TIME_UNIT_FOREVER_REL, -- cgit v1.2.3