warn properly if we failed to run taler-exchange-aggregator

This commit is contained in:
Christian Grothoff 2016-05-18 17:23:21 +02:00
parent 8ff8c7b8c7
commit 396f29ab9e

View File

@ -523,6 +523,9 @@ interpreter (void *cls)
NULL);
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;
fail (cmd);
return;