commit ba18887d6277134f090649cabbe753a86abab716
parent a8e20fe04d0ab35ab7a881f8a4ec72aa9d06b314
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 9 Feb 2024 21:26:27 +0100
-be verbose
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/bank/mb_credit.c b/src/bank/mb_credit.c
@@ -310,6 +310,10 @@ TALER_MERCHANT_BANK_credit_history (
CURLOPT_TIMEOUT_MS,
(long) (tms + 100L)));
}
+ GNUNET_break (CURLE_OK ==
+ curl_easy_setopt (eh,
+ CURLOPT_VERBOSE,
+ 1L));
hh->job = GNUNET_CURL_job_add2 (ctx,
eh,
NULL,