commit ff5bc8ff1fe66d0977519fd7232d2ee054b21880
parent 2ab254e5651a522e8adb8f28a0eb861a45a67c50
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Mon, 2 Jun 2025 14:15:53 +0200
less logging on bank interaction
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/bank/mb_credit.c b/src/bank/mb_credit.c
@@ -310,10 +310,12 @@ TALER_MERCHANT_BANK_credit_history (
CURLOPT_TIMEOUT_MS,
(long) (tms + 100L)));
}
+#if DEBUG
GNUNET_break (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_VERBOSE,
1L));
+#endif
hh->job = GNUNET_CURL_job_add2 (ctx,
eh,
NULL,