more logging for #6667
This commit is contained in:
parent
65ee08a553
commit
54b4951b89
@ -605,6 +605,7 @@ start_helpers (const char *config_filename,
|
|||||||
fn,
|
fn,
|
||||||
"taler-helper-crypto-eddsa",
|
"taler-helper-crypto-eddsa",
|
||||||
"-c", config_filename,
|
"-c", config_filename,
|
||||||
|
"-L", "INFO",
|
||||||
NULL);
|
NULL);
|
||||||
GNUNET_free (fn);
|
GNUNET_free (fn);
|
||||||
}
|
}
|
||||||
@ -620,6 +621,7 @@ start_helpers (const char *config_filename,
|
|||||||
fn,
|
fn,
|
||||||
"taler-helper-crypto-rsa",
|
"taler-helper-crypto-rsa",
|
||||||
"-c", config_filename,
|
"-c", config_filename,
|
||||||
|
"-L", "INFO",
|
||||||
NULL);
|
NULL);
|
||||||
GNUNET_free (fn);
|
GNUNET_free (fn);
|
||||||
}
|
}
|
||||||
|
@ -1642,10 +1642,6 @@ main (int argc,
|
|||||||
not do this, the linker may "optimize" libtalerutil
|
not do this, the linker may "optimize" libtalerutil
|
||||||
away and skip #TALER_OS_init(), which we do need */
|
away and skip #TALER_OS_init(), which we do need */
|
||||||
GNUNET_OS_init (TALER_project_data_default ());
|
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 ();
|
now = now_tmp = GNUNET_TIME_absolute_get ();
|
||||||
ret = GNUNET_PROGRAM_run (argc, argv,
|
ret = GNUNET_PROGRAM_run (argc, argv,
|
||||||
"taler-helper-crypto-eddsa",
|
"taler-helper-crypto-eddsa",
|
||||||
|
@ -2041,10 +2041,6 @@ main (int argc,
|
|||||||
not do this, the linker may "optimize" libtalerutil
|
not do this, the linker may "optimize" libtalerutil
|
||||||
away and skip #TALER_OS_init(), which we do need */
|
away and skip #TALER_OS_init(), which we do need */
|
||||||
GNUNET_OS_init (TALER_project_data_default ());
|
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 ();
|
now = now_tmp = GNUNET_TIME_absolute_get ();
|
||||||
ret = GNUNET_PROGRAM_run (argc, argv,
|
ret = GNUNET_PROGRAM_run (argc, argv,
|
||||||
"taler-helper-crypto-rsa",
|
"taler-helper-crypto-rsa",
|
||||||
|
Loading…
Reference in New Issue
Block a user