warn properly if we failed to run taler-exchange-aggregator
This commit is contained in:
parent
8ff8c7b8c7
commit
396f29ab9e
@ -523,6 +523,9 @@ interpreter (void *cls)
|
|||||||
NULL);
|
NULL);
|
||||||
if (NULL == aggregator_proc)
|
if (NULL == aggregator_proc)
|
||||||
{
|
{
|
||||||
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
|
"Failed to start taler-exchange-aggregator. Check $PATH.\n");
|
||||||
|
GNUNET_break (0);
|
||||||
aggregator_state = NULL;
|
aggregator_state = NULL;
|
||||||
fail (cmd);
|
fail (cmd);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user