exchange

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

commit 73916d95ca21ab01f6f4cf936e380388718a4817
parent c68e54e97cfd7e94e9bc108e2af17dcd82eb0401
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 25 Mar 2026 19:43:33 +0100

add logging for #11305

Diffstat:
Msrc/lib/exchange_api_post-batch-deposit.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/lib/exchange_api_post-batch-deposit.c b/src/lib/exchange_api_post-batch-deposit.c @@ -823,6 +823,11 @@ TALER_EXCHANGE_post_batch_deposit_start ( curl_easy_cleanup (eh); return TALER_EC_GENERIC_CURL_ALLOCATION_FAILURE; } + /* Help debug #11305 */ + GNUNET_assert (CURLE_OK == + curl_easy_setopt (eh, + CURLOPT_VERBOSE, + 1)); GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "URL for batch-deposit: `%s'\n", pbdh->url);