aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-08-04 16:47:11 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-08-04 16:47:11 +0000
commit6e846206b0edf033456ffabebd9ff3f127a23f85 (patch)
tree8ccdee375d6a66233150514fc7f544436f620577 /src
parent1050b1b96505296ad4ea0f363a6e094d844dec06 (diff)
downloadgnunet-6e846206b0edf033456ffabebd9ff3f127a23f85.tar.gz
gnunet-6e846206b0edf033456ffabebd9ff3f127a23f85.zip
no debug output
Diffstat (limited to 'src')
-rw-r--r--src/transport/test_transport_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_transport_api.c b/src/transport/test_transport_api.c
index 46973e414..225c4f336 100644
--- a/src/transport/test_transport_api.c
+++ b/src/transport/test_transport_api.c
@@ -36,7 +36,7 @@
36#include "gnunet_transport_service.h" 36#include "gnunet_transport_service.h"
37#include "transport.h" 37#include "transport.h"
38 38
39#define VERBOSE GNUNET_YES 39#define VERBOSE GNUNET_NO
40 40
41#define VERBOSE_ARM GNUNET_NO 41#define VERBOSE_ARM GNUNET_NO
42 42
@@ -549,7 +549,6 @@ main (int argc, char *argv[])
549 else if (strstr(argv[0], "https") != NULL) 549 else if (strstr(argv[0], "https") != NULL)
550 { 550 {
551 is_https = GNUNET_YES; 551 is_https = GNUNET_YES;
552 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"HTTPS!!!!");
553 } 552 }
554 else if (strstr(argv[0], "http") != NULL) 553 else if (strstr(argv[0], "http") != NULL)
555 { 554 {