diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-05-28 13:41:41 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-05-28 13:41:41 +0000 |
commit | 6178d8fd89ce460961ee327bd1acf12a20a303a3 (patch) | |
tree | 4b67f1e26d570818867b2374f3daa3e67d7c5a6b /src/pt/test_gnunet_vpn.c | |
parent | ed3d086058cff03fd3523a9cfc0e17dd66a2c7ab (diff) |
-disable verbose
Diffstat (limited to 'src/pt/test_gnunet_vpn.c')
-rw-r--r-- | src/pt/test_gnunet_vpn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c index eb90abf8f9..4a223e5959 100644 --- a/src/pt/test_gnunet_vpn.c +++ b/src/pt/test_gnunet_vpn.c @@ -278,7 +278,7 @@ allocation_cb (void *cls, int af, const void *address) curl_easy_setopt (curl, CURLOPT_TIMEOUT, 150L); curl_easy_setopt (curl, CURLOPT_CONNECTTIMEOUT, 15L); curl_easy_setopt (curl, CURLOPT_NOSIGNAL, 1); - curl_easy_setopt (curl, CURLOPT_VERBOSE, 1); + curl_easy_setopt (curl, CURLOPT_VERBOSE, 0); multi = curl_multi_init (); GNUNET_assert (multi != NULL); |