projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1050b1b
)
no debug output
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 4 Aug 2010 16:47:11 +0000
(16:47 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 4 Aug 2010 16:47:11 +0000
(16:47 +0000)
src/transport/test_transport_api.c
patch
|
blob
|
history
diff --git
a/src/transport/test_transport_api.c
b/src/transport/test_transport_api.c
index 46973e414c24ddb048e0aee7fcc7a9c44b9bc35b..225c4f3363f7df8df1fc9de598433b49975af8f3 100644
(file)
--- a/
src/transport/test_transport_api.c
+++ b/
src/transport/test_transport_api.c
@@
-36,7
+36,7
@@
#include "gnunet_transport_service.h"
#include "transport.h"
-#define VERBOSE GNUNET_
YES
+#define VERBOSE GNUNET_
NO
#define VERBOSE_ARM GNUNET_NO
@@
-549,7
+549,6
@@
main (int argc, char *argv[])
else if (strstr(argv[0], "https") != NULL)
{
is_https = GNUNET_YES;
- GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"HTTPS!!!!");
}
else if (strstr(argv[0], "http") != NULL)
{