aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-28 13:41:41 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-28 13:41:41 +0000
commit6178d8fd89ce460961ee327bd1acf12a20a303a3 (patch)
tree4b67f1e26d570818867b2374f3daa3e67d7c5a6b
parented3d086058cff03fd3523a9cfc0e17dd66a2c7ab (diff)
downloadgnunet-6178d8fd89ce460961ee327bd1acf12a20a303a3.tar.gz
gnunet-6178d8fd89ce460961ee327bd1acf12a20a303a3.zip
-disable verbose
-rw-r--r--src/pt/test_gnunet_vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pt/test_gnunet_vpn.c b/src/pt/test_gnunet_vpn.c
index eb90abf8f..4a223e595 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)
278 curl_easy_setopt (curl, CURLOPT_TIMEOUT, 150L); 278 curl_easy_setopt (curl, CURLOPT_TIMEOUT, 150L);
279 curl_easy_setopt (curl, CURLOPT_CONNECTTIMEOUT, 15L); 279 curl_easy_setopt (curl, CURLOPT_CONNECTTIMEOUT, 15L);
280 curl_easy_setopt (curl, CURLOPT_NOSIGNAL, 1); 280 curl_easy_setopt (curl, CURLOPT_NOSIGNAL, 1);
281 curl_easy_setopt (curl, CURLOPT_VERBOSE, 1); 281 curl_easy_setopt (curl, CURLOPT_VERBOSE, 0);
282 282
283 multi = curl_multi_init (); 283 multi = curl_multi_init ();
284 GNUNET_assert (multi != NULL); 284 GNUNET_assert (multi != NULL);