[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[merchant] branch master updated: less logging on bank interaction
From: |
Admin |
Subject: |
[merchant] branch master updated: less logging on bank interaction |
Date: |
Mon, 02 Jun 2025 14:16:01 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository merchant.
The following commit(s) were added to refs/heads/master by this push:
new ff5bc8ff less logging on bank interaction
ff5bc8ff is described below
commit ff5bc8ff1fe66d0977519fd7232d2ee054b21880
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Mon Jun 2 14:15:53 2025 +0200
less logging on bank interaction
---
src/bank/mb_credit.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/bank/mb_credit.c b/src/bank/mb_credit.c
index ea6ec2c0..99631ad5 100644
--- 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,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [merchant] branch master updated: less logging on bank interaction,
Admin <=