diff options
author | Özgür Kesim <oec-taler@kesim.org> | 2023-04-22 15:39:14 +0200 |
---|---|---|
committer | Özgür Kesim <oec-taler@kesim.org> | 2023-04-22 15:39:14 +0200 |
commit | 89a9224c3bb9bfae84c27c1bbf0d9dfd5341ec0a (patch) | |
tree | 29ddd7a16634cde206d3c1ec9d07f10b45c50e55 /src/testing | |
parent | 12681dfa1a4bd2f156a1d1402afa8c0e3250f163 (diff) | |
parent | acbee86745552a9b6361a8969d3c0a9d0399fc88 (diff) |
Merge branch 'master' of ssh://git.taler.net/exchange
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_cmd_exec_wirewatch.c | 1 | ||||
-rw-r--r-- | src/testing/testing_api_loop.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c b/src/testing/testing_api_cmd_exec_wirewatch.c index 2517bf74..32d23a17 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 986358ed..1865a112 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; |