From 9d7ff3c3fbee189367da05a1517777c76a80b23b Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Mon, 19 Jul 2021 19:53:56 +0200 Subject: - finished first prototype for running several local testcase. --- src/testing/testing_api_loop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/testing_api_loop.c') diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index 7b7dc010a..f4fa4e17e 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -415,7 +415,7 @@ interpreter_run (void *cls) if (NULL == cmd->label) { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running command END %p\n", is); is->result = GNUNET_OK; @@ -424,7 +424,7 @@ interpreter_run (void *cls) } else if (NULL != cmd) { - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "Running command `%s' %p\n", cmd->label, is); -- cgit v1.2.3