more logging for #6667

This commit is contained in:
Christian Grothoff 2020-12-31 20:41:33 +01:00
parent 65ee08a553
commit 54b4951b89
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
3 changed files with 2 additions and 8 deletions

View File

@ -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);
}

View File

@ -1642,10 +1642,6 @@ main (int argc,
not do this, the linker may "optimize" libtalerutil
away and skip #TALER_OS_init(), which we do need */
GNUNET_OS_init (TALER_project_data_default ());
GNUNET_assert (GNUNET_OK ==
GNUNET_log_setup ("taler-helper-crypto-eddsa",
"WARNING",
NULL));
now = now_tmp = GNUNET_TIME_absolute_get ();
ret = GNUNET_PROGRAM_run (argc, argv,
"taler-helper-crypto-eddsa",

View File

@ -2041,10 +2041,6 @@ main (int argc,
not do this, the linker may "optimize" libtalerutil
away and skip #TALER_OS_init(), which we do need */
GNUNET_OS_init (TALER_project_data_default ());
GNUNET_assert (GNUNET_OK ==
GNUNET_log_setup ("taler-helper-crypto-rsa",
"INFO",
NULL));
now = now_tmp = GNUNET_TIME_absolute_get ();
ret = GNUNET_PROGRAM_run (argc, argv,
"taler-helper-crypto-rsa",