exchange

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

commit 6af6f231fc984c55924dea55fa76ff0b1d86751e
parent 2606fbc7a78a1b58418a460b71495fe8fa1b2e00
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  5 Sep 2024 14:19:49 +0200

fix #9140: give better error message

Diffstat:
Msrc/auditor/taler-helper-auditor-wire-credit.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-helper-auditor-wire-credit.c b/src/auditor/taler-helper-auditor-wire-credit.c @@ -848,7 +848,7 @@ history_credit_cb (void *cls, break; } GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Error fetching credit history of account %s: %u/%s!\n", + "Error fetching credit history of account %s: %u (%s)\n", wa->ai->section_name, chr->http_status, TALER_ErrorCode_get_hint (chr->ec)); @@ -1122,6 +1122,9 @@ run (void *cls, "TINY_AMOUNT", &tiny_amount)) { + GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR, + "auditor", + "TINY_AMOUNT"); global_ret = EXIT_NOTCONFIGURED; return; }