From ea5fa09f7b19bf2fbde52eab8a72e921d87068aa Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 22 May 2018 23:23:05 +0200 Subject: log on success, too --- src/gns/gnunet-gns-benchmark.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gns/gnunet-gns-benchmark.c') diff --git a/src/gns/gnunet-gns-benchmark.c b/src/gns/gnunet-gns-benchmark.c index 00d1c6813..0ab6cefd5 100644 --- a/src/gns/gnunet-gns-benchmark.c +++ b/src/gns/gnunet-gns-benchmark.c @@ -216,6 +216,9 @@ process_result (void *cls, (void) rd_count; (void) rd; active_cnt--; + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "Got response for request `%s'\n", + req->hostname); req->lr = NULL; req->latency = GNUNET_TIME_absolute_get_duration (req->op_start_time); GNUNET_CONTAINER_DLL_remove (act_head, -- cgit v1.2.3