exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 644dbbf92b88ca5567198391a6291c7b857fe9ab
parent 5913955f343ff1f45d5f825c66113213c5a3fb25
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 30 Nov 2021 13:28:12 +0100

fix log message

Diffstat:
Msrc/exchange/taler-exchange-httpd_keys.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_keys.c b/src/exchange/taler-exchange-httpd_keys.c @@ -2402,10 +2402,10 @@ load_fees (const char *section_name, (0 != strcasecmp (TEH_currency, meta->fee_refund.currency)) ) { - GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR, - "Need amounts in section `%s' to use currency `%s'\n", - section_name, - TEH_currency); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "Need amounts in section `%s' to use currency `%s'\n", + section_name, + TEH_currency); return GNUNET_SYSERR; } return GNUNET_OK;