projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8254665
)
no printf
author
Christian Grothoff
<christian@grothoff.org>
Fri, 30 Sep 2011 21:06:03 +0000
(21:06 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 30 Sep 2011 21:06:03 +0000
(21:06 +0000)
src/dht/test_dht_multipeer.c
patch
|
blob
|
history
diff --git
a/src/dht/test_dht_multipeer.c
b/src/dht/test_dht_multipeer.c
index 76c10701d9d7928d722f5028a3f3b897ee2ed238..09554472af67351d732b1138cbea6ff330da6b5a 100644
(file)
--- 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,