aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tests/perf_ats_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tests/perf_ats_logging.c')
-rw-r--r--src/ats-tests/perf_ats_logging.c12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/ats-tests/perf_ats_logging.c b/src/ats-tests/perf_ats_logging.c
index 2342a270d..9cdccf54b 100644
--- a/src/ats-tests/perf_ats_logging.c
+++ b/src/ats-tests/perf_ats_logging.c
@@ -27,8 +27,16 @@
27#include "gnunet_util_lib.h" 27#include "gnunet_util_lib.h"
28 28
29void 29void
30perf_logging_stop (); 30perf_logging_stop ()
31{
32 GNUNET_log(GNUNET_ERROR_TYPE_INFO,
33 _("Start logging\n"));
34}
31 35
32void 36void
33perf_logging_start (); 37perf_logging_start ()
38{
39 GNUNET_log(GNUNET_ERROR_TYPE_INFO,
40 _("Start logging\n"));
41}
34/* end of file perf_ats_logging.c */ 42/* end of file perf_ats_logging.c */