gnunet-svn
[Top][All Lists]
Advanced

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

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


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

Author: grothoff
Date: 2011-09-19 22:07:17 +0200 (Mon, 19 Sep 2011)
New Revision: 16964

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

Modified: gnunet/src/dht/test_dht_twopeer.c
===================================================================
--- gnunet/src/dht/test_dht_twopeer.c   2011-09-19 20:05:27 UTC (rev 16963)
+++ gnunet/src/dht/test_dht_twopeer.c   2011-09-19 20:07:17 UTC (rev 16964)
@@ -247,7 +247,10 @@
       GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_relative_multiply
                                     (GNUNET_TIME_UNIT_SECONDS, 10),
                                     &stop_retry_get, get_context);
-  get_context->get_handle =
+   fprintf (stderr,
+           "Looking for key `%s'\n",
+           GNUNET_h2s (&get_context->peer->hashPubKey));
+   get_context->get_handle =
       GNUNET_DHT_get_start (get_context->dht_handle,
                             GNUNET_TIME_relative_multiply
                             (GNUNET_TIME_UNIT_SECONDS, 5),
@@ -281,7 +284,10 @@
                                     (GNUNET_TIME_UNIT_SECONDS, 10),
                                     &stop_retry_get, get_context);
 
-  get_context->get_handle =
+   fprintf (stderr,
+           "Looking for key `%s'\n",
+           GNUNET_h2s (&get_context->peer->hashPubKey));
+   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]