gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -be verbose


From: gnunet
Subject: [taler-merchant] branch master updated: -be verbose
Date: Fri, 09 Feb 2024 21:26:30 +0100

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 ba18887d -be verbose
ba18887d is described below

commit ba18887d6277134f090649cabbe753a86abab716
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Feb 9 21:26:27 2024 +0100

    -be verbose
---
 src/bank/mb_credit.c | 4 ++++
 1 file changed, 4 insertions(+)

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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]