exchange

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

commit 3d18f9e826e3e726663b17fbb4121a4e67b8bbfb
parent 86fe0b0929833ae2ccb839f7ef47ceb79c649b1d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue, 25 Nov 2025 20:49:01 +0100

-nicer log statement position

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

diff --git a/src/exchange/taler-exchange-httpd_kyc-check.c b/src/exchange/taler-exchange-httpd_kyc-check.c @@ -341,10 +341,6 @@ TEH_handler_kyc_check ( TALER_EC_GENERIC_DB_STORE_FAILED, "lookup_kyc_requirement_by_row"); } - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Found rule %llu (client wants > %llu)\n", - (unsigned long long) rule_gen, - (unsigned long long) kyp->min_rule); do_suspend = false; if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs) { @@ -361,6 +357,10 @@ TEH_handler_kyc_check ( } else { + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Found rule %llu (client wants > %llu)\n", + (unsigned long long) rule_gen, + (unsigned long long) kyp->min_rule); access_ok = ( (! GNUNET_is_zero (&kyp->account_pub) && (GNUNET_OK ==