diff options
author | t3sserakt <t3ss@posteo.de> | 2021-07-23 22:17:29 +0200 |
---|---|---|
committer | t3sserakt <t3ss@posteo.de> | 2021-07-23 22:17:29 +0200 |
commit | 63a7eb6a3a94d43368b348c0a677bc77653cbe51 (patch) | |
tree | 2d9608a54ab9b13afb080335e092ad452e54fdc5 /src/testing | |
parent | 6140d64e1c55e76de3ff520143b10290fa1ba197 (diff) |
- smaller bug fixes
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_cmd_system_create.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/testing/testing_api_cmd_system_create.c b/src/testing/testing_api_cmd_system_create.c index a324940bb..2007b4ef3 100644 --- a/src/testing/testing_api_cmd_system_create.c +++ b/src/testing/testing_api_cmd_system_create.c @@ -43,10 +43,15 @@ system_create_run (void *cls, { struct TestSystemState *tss = cls; + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "system create\n"); + tss->test_system = GNUNET_TESTING_system_create (tss->testdir, NULL, NULL, NULL); + GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, + "system created\n"); } static int |