aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dhtlog.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-08 14:46:17 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-08 14:46:17 +0000
commit2669904d8e9280390a3cf87acc574e7caef4dc19 (patch)
tree85026797c11d2c6582d058a05ae0c660987a42ea /src/dht/test_dhtlog.c
parentb9cb7a612968c7b7347b0bc598e46435ef9600a5 (diff)
downloadgnunet-2669904d8e9280390a3cf87acc574e7caef4dc19.tar.gz
gnunet-2669904d8e9280390a3cf87acc574e7caef4dc19.zip
enable very minimal dht logging
Diffstat (limited to 'src/dht/test_dhtlog.c')
-rw-r--r--src/dht/test_dhtlog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dht/test_dhtlog.c b/src/dht/test_dhtlog.c
index 955781ef2..5c6d5c578 100644
--- a/src/dht/test_dhtlog.c
+++ b/src/dht/test_dhtlog.c
@@ -180,6 +180,8 @@ test (struct GNUNET_DHTLOG_Handle * api)
180#endif 180#endif
181 ret = api->insert_round(401, 507); 181 ret = api->insert_round(401, 507);
182 CHECK(ret); 182 CHECK(ret);
183 ret = api->insert_round_details(402, 507, 1123, 985);
184 CHECK(ret);
183#if VERBOSE 185#if VERBOSE
184 fprintf(stderr, "Insert round succeeded!\n"); 186 fprintf(stderr, "Insert round succeeded!\n");
185#endif 187#endif