From a371ea89023739ba6d2a889ddf1a2f4242ff8605 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Wed, 8 Feb 2012 15:24:03 +0000 Subject: [PATCH] - Adjusted debug level --- src/dht/test_dht_topo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, { int i; - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "test: ************* FOUND!!! ***********\n"); if (sizeof (GNUNET_HashCode) == size) { -- 2.25.1