aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_loop.c
diff options
context:
space:
mode:
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);