commit 396f29ab9ed9c3f78a4cb0b5ff4d7fc9b6521f06 parent 8ff8c7b8c7015970c65849e0550ed4a0e54be2ad Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 18 May 2016 17:23:21 +0200 warn properly if we failed to run taler-exchange-aggregator Diffstat:
| M | src/exchange/test_taler_exchange_aggregator.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/exchange/test_taler_exchange_aggregator.c b/src/exchange/test_taler_exchange_aggregator.c @@ -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;