aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-05 14:45:38 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-05 14:45:38 +0000
commitc8a23b6fce4dfadda4485492f10a4accc954b111 (patch)
treea897718d30d668304723052329510953490bf510 /src/dht/test_dht_api.c
parentb3cdbf13244b4c1b3ac84464209dedb4d3ee59c7 (diff)
downloadgnunet-c8a23b6fce4dfadda4485492f10a4accc954b111.tar.gz
gnunet-c8a23b6fce4dfadda4485492f10a4accc954b111.zip
mess
Diffstat (limited to 'src/dht/test_dht_api.c')
-rw-r--r--src/dht/test_dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_api.c b/src/dht/test_dht_api.c
index b4014a92c..6650e43ab 100644
--- a/src/dht/test_dht_api.c
+++ b/src/dht/test_dht_api.c
@@ -362,7 +362,7 @@ test_get_iterator (void *cls,
362 const struct GNUNET_PeerIdentity * const *get_path, 362 const struct GNUNET_PeerIdentity * const *get_path,
363 const struct GNUNET_PeerIdentity * const *put_path, 363 const struct GNUNET_PeerIdentity * const *put_path,
364 enum GNUNET_BLOCK_Type type, 364 enum GNUNET_BLOCK_Type type,
365 uint32_t size, const void *data) 365 size_t size, const void *data)
366{ 366{
367 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 367 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
368 "test_get_iterator called (we got a result), stopping get request!\n"); 368 "test_get_iterator called (we got a result), stopping get request!\n");