aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/test_dht_topo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_topo.c b/src/dht/test_dht_topo.c
index 5fc2a9887..a4f150ef5 100644
--- a/src/dht/test_dht_topo.c
+++ b/src/dht/test_dht_topo.c
@@ -211,7 +211,7 @@ dht_get_id_handler (void *cls, struct GNUNET_TIME_Absolute exp,
211{ 211{
212 int i; 212 int i;
213 213
214 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 214 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
215 "test: ************* FOUND!!! ***********\n"); 215 "test: ************* FOUND!!! ***********\n");
216 if (sizeof (GNUNET_HashCode) == size) 216 if (sizeof (GNUNET_HashCode) == size)
217 { 217 {