From 2dab1fac1c08ac75c12708ae0cf10e2108a76256 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 22 Apr 2023 01:20:41 +0200 Subject: misc bugfixes in reserves_in batch logic --- src/testing/testing_api_cmd_exec_wirewatch.c | 1 - src/testing/testing_api_loop.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/testing') diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c b/src/testing/testing_api_cmd_exec_wirewatch.c index 2517bf74d..32d23a170 100644 --- a/src/testing/testing_api_cmd_exec_wirewatch.c +++ b/src/testing/testing_api_cmd_exec_wirewatch.c @@ -34,7 +34,6 @@ */ struct WirewatchState { - /** * Process for the wirewatcher. */ diff --git a/src/testing/testing_api_loop.c b/src/testing/testing_api_loop.c index 986358ed3..1865a1129 100644 --- a/src/testing/testing_api_loop.c +++ b/src/testing/testing_api_loop.c @@ -353,7 +353,7 @@ maint_child_death (void *cls) while (TALER_TESTING_cmd_is_batch (cmd)) cmd = TALER_TESTING_cmd_batch_get_current (cmd); - GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + GNUNET_log (GNUNET_ERROR_TYPE_INFO, "Got SIGCHLD for `%s'.\n", cmd->label); is->child_death_task = NULL; -- cgit v1.2.3