diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-31 20:41:33 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-31 20:41:33 +0100 |
commit | 54b4951b89f4432da45869fda8b20d9a5e1e40b5 (patch) | |
tree | 7210b7cba569d455d6a477e38485a46d5cff58bb /src/testing | |
parent | 65ee08a55352254ac7602d7aad952c2db36f4c7d (diff) |
more logging for #6667
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/testing_api_helpers_exchange.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c index f3a713af3..a0f890546 100644 --- a/src/testing/testing_api_helpers_exchange.c +++ b/src/testing/testing_api_helpers_exchange.c @@ -605,6 +605,7 @@ start_helpers (const char *config_filename, fn, "taler-helper-crypto-eddsa", "-c", config_filename, + "-L", "INFO", NULL); GNUNET_free (fn); } @@ -620,6 +621,7 @@ start_helpers (const char *config_filename, fn, "taler-helper-crypto-rsa", "-c", config_filename, + "-L", "INFO", NULL); GNUNET_free (fn); } |