aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-19 19:53:56 +0200
committert3sserakt <t3ss@posteo.de>2021-07-19 19:53:56 +0200
commit9d7ff3c3fbee189367da05a1517777c76a80b23b (patch)
tree176adc853f033261c03e01fa57840c30806d4ad7 /src/testing/testing_api_loop.c
parent33830e71f8e80334e0c8cf5527b1f2b20804485e (diff)
downloadgnunet-9d7ff3c3fbee189367da05a1517777c76a80b23b.tar.gz
gnunet-9d7ff3c3fbee189367da05a1517777c76a80b23b.zip
- finished first prototype for running several local testcase.
Diffstat (limited to 'src/testing/testing_api_loop.c')
-rw-r--r--src/testing/testing_api_loop.c4
1 files changed, 2 insertions, 2 deletions
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)
415 if (NULL == cmd->label) 415 if (NULL == cmd->label)
416 { 416 {
417 417
418 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 418 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
419 "Running command END %p\n", 419 "Running command END %p\n",
420 is); 420 is);
421 is->result = GNUNET_OK; 421 is->result = GNUNET_OK;
@@ -424,7 +424,7 @@ interpreter_run (void *cls)
424 } 424 }
425 else if (NULL != cmd) 425 else if (NULL != cmd)
426 { 426 {
427 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 427 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
428 "Running command `%s' %p\n", 428 "Running command `%s' %p\n",
429 cmd->label, 429 cmd->label,
430 is); 430 is);