exchange

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

commit dd9abae2b1a0dfc33e45b6ed95818f26587106da
parent 4e5e245263b054e369af95786c8353f3e5ec26f8
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri,  5 Sep 2025 09:09:12 +0200

improve logging

Diffstat:
Msrc/json/json_helper.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/json/json_helper.c b/src/json/json_helper.c @@ -1389,7 +1389,9 @@ parse_full_payto_uri (void *cls, err = TALER_payto_validate (*payto_uri); if (NULL != err) { - GNUNET_break_op (0); + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "IBAN in payto:// malformed: %s\n", + err); GNUNET_free (err); payto_uri->full_payto = NULL; return GNUNET_SYSERR;