diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-22 16:52:52 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-22 16:52:52 +0100 |
commit | 5601a81d4dbefcd62ff84b2d6b8802046dc8520a (patch) | |
tree | 7fd9d0edaaaee153bedc666f770dd3c75a48eb25 /src/mint-lib/mint_api_handle.c | |
parent | c2fe7e8ee9bc658b3934f6ea5a5c2b28f8b7053f (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.c | 2 |
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, |