From b4936c16cf2aed0a259471928c9f9c8d41a5f5d6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Sep 2011 20:19:45 +0000 Subject: [PATCH] fix emsg --- src/dht/test_dht_twopeer.c | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/dht/test_dht_twopeer.c b/src/dht/test_dht_twopeer.c index 407d8defa..5541fc0b4 100644 --- a/src/dht/test_dht_twopeer.c +++ b/src/dht/test_dht_twopeer.c @@ -241,10 +241,7 @@ get_stop_finished (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10), &stop_retry_get, get_context); - fprintf (stderr, - "Looking for key `%s'\n", - GNUNET_h2s (&get_context->peer->hashPubKey)); - get_context->get_handle = + get_context->get_handle = GNUNET_DHT_get_start (get_context->dht_handle, GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5), @@ -278,10 +275,7 @@ do_get (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) (GNUNET_TIME_UNIT_SECONDS, 10), &stop_retry_get, get_context); - fprintf (stderr, - "Looking for key `%s'\n", - GNUNET_h2s (&get_context->peer->hashPubKey)); - get_context->get_handle = + get_context->get_handle = GNUNET_DHT_get_start (get_context->dht_handle, GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 5), -- 2.25.1