[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 01/04: log on success, too
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 01/04: log on success, too |
Date: |
Wed, 23 May 2018 00:01:01 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository gnunet.
commit ea5fa09f7b19bf2fbde52eab8a72e921d87068aa
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue May 22 23:23:05 2018 +0200
log on success, too
---
src/gns/gnunet-gns-benchmark.c | 3 +++
1 file changed, 3 insertions(+)
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,
--
To stop receiving notification emails like this one, please contact
address@hidden