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, 28 Feb 2020 10:07:00 +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 4ae970e  be verbose
4ae970e is described below

commit 4ae970e988682ed16a2bd7ffaf893dbd73a7e0ca
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Feb 28 10:06:46 2020 +0100

    be verbose
---
 src/lib/merchant_api_proposal.c | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/lib/merchant_api_proposal.c b/src/lib/merchant_api_proposal.c
index 73138ad..ee1fe18 100644
--- a/src/lib/merchant_api_proposal.c
+++ b/src/lib/merchant_api_proposal.c
@@ -226,12 +226,11 @@ handle_proposal_finished (void *cls,
  * @return a handle for this request, NULL on error
  */
 struct TALER_MERCHANT_ProposalOperation *
-TALER_MERCHANT_order_put
-  (struct GNUNET_CURL_Context *ctx,
-  const char *backend_url,
-  const json_t *order,
-  TALER_MERCHANT_ProposalCallback proposal_cb,
-  void *proposal_cb_cls)
+TALER_MERCHANT_order_put (struct GNUNET_CURL_Context *ctx,
+                          const char *backend_url,
+                          const json_t *order,
+                          TALER_MERCHANT_ProposalCallback proposal_cb,
+                          void *proposal_cb_cls)
 {
   struct TALER_MERCHANT_ProposalOperation *po;
   json_t *req;
@@ -260,6 +259,10 @@ TALER_MERCHANT_order_put
                  curl_easy_setopt (eh,
                                    CURLOPT_URL,
                                    po->url));
+  GNUNET_assert (CURLE_OK ==
+                 curl_easy_setopt (eh,
+                                   CURLOPT_VERBOSE,
+                                   1L));
 
   po->job = GNUNET_CURL_job_add2 (ctx,
                                   eh,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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