gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16966 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r16966 - gnunet/src/dht
Date: Mon, 19 Sep 2011 22:19:45 +0200

Author: grothoff
Date: 2011-09-19 22:19:45 +0200 (Mon, 19 Sep 2011)
New Revision: 16966

Modified:
   gnunet/src/dht/test_dht_twopeer.c
Log:
fix emsg

Modified: gnunet/src/dht/test_dht_twopeer.c
===================================================================
--- gnunet/src/dht/test_dht_twopeer.c   2011-09-19 20:19:17 UTC (rev 16965)
+++ gnunet/src/dht/test_dht_twopeer.c   2011-09-19 20:19:45 UTC (rev 16966)
@@ -241,10 +241,7 @@
       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 @@
                                     (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),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]