exchange

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

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

improve logging

Diffstat:
Msrc/json/json_helper.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

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