summaryrefslogtreecommitdiff
path: root/src/bank
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-02-09 21:26:27 +0100
committerChristian Grothoff <christian@grothoff.org>2024-02-09 21:26:27 +0100
commitba18887d6277134f090649cabbe753a86abab716 (patch)
tree0fc661ffd0d3ac6ec0515ff3c6ec6bdcc74f7368 /src/bank
parenta8e20fe04d0ab35ab7a881f8a4ec72aa9d06b314 (diff)
downloadmerchant-ba18887d6277134f090649cabbe753a86abab716.tar.gz
merchant-ba18887d6277134f090649cabbe753a86abab716.tar.bz2
merchant-ba18887d6277134f090649cabbe753a86abab716.zip
-be verbose
Diffstat (limited to 'src/bank')
-rw-r--r--src/bank/mb_credit.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bank/mb_credit.c b/src/bank/mb_credit.c
index 65c48ac8..ea5aff7b 100644
--- 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,