diff options
Diffstat (limited to 'src/exchange/taler-exchange-aggregator.c')
| -rw-r--r-- | src/exchange/taler-exchange-aggregator.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-aggregator.c b/src/exchange/taler-exchange-aggregator.c index 270a1330..08892800 100644 --- a/src/exchange/taler-exchange-aggregator.c +++ b/src/exchange/taler-exchange-aggregator.c @@ -269,7 +269,7 @@ parse_wirewatch_config (void)           (0 != currency_round_unit.value) ) )    {      GNUNET_log (GNUNET_ERROR_TYPE_ERROR, -                "Invalid value specified in section `TALER' under `CURRENCY_ROUND_UNIT'\n"); +                "Need non-zero value in section `TALER' under `CURRENCY_ROUND_UNIT'\n");      return GNUNET_SYSERR;    }  | 
