gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r17148 - gnunet/src/dht
Date: Fri, 30 Sep 2011 23:06:03 +0200

Author: grothoff
Date: 2011-09-30 23:06:03 +0200 (Fri, 30 Sep 2011)
New Revision: 17148

Modified:
   gnunet/src/dht/test_dht_multipeer.c
Log:
no printf

Modified: gnunet/src/dht/test_dht_multipeer.c
===================================================================
--- gnunet/src/dht/test_dht_multipeer.c 2011-09-30 20:55:21 UTC (rev 17147)
+++ gnunet/src/dht/test_dht_multipeer.c 2011-09-30 21:06:03 UTC (rev 17148)
@@ -561,9 +561,11 @@
   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,




reply via email to

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