aboutsummaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-01-22 16:52:52 +0100
committerChristian Grothoff <christian@grothoff.org>2016-01-22 16:52:52 +0100
commit5601a81d4dbefcd62ff84b2d6b8802046dc8520a (patch)
tree7fd9d0edaaaee153bedc666f770dd3c75a48eb25 /src/mint-lib/mint_api_handle.c
parentc2fe7e8ee9bc658b3934f6ea5a5c2b28f8b7053f (diff)
do not have curl be verbose
Diffstat (limited to 'src/mint-lib/mint_api_handle.c')
-rw-r--r--src/mint-lib/mint_api_handle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c
index 077e42c2..c8898d5c 100644
--- a/src/mint-lib/mint_api_handle.c
+++ b/src/mint-lib/mint_api_handle.c
@@ -757,7 +757,7 @@ TALER_MINT_connect (struct TALER_MINT_Context *ctx,
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (c,
CURLOPT_VERBOSE,
- 1));
+ 0));
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (c,
CURLOPT_STDERR,