aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-09-10 14:55:15 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-09-10 14:55:15 +0000
commitdd253b7f7591f0869f8ea14ee111b7d3b3e480b6 (patch)
tree112b7611fda40b1196551d7e015f33cd0465c9d2 /src/transport/plugin_transport_http.c
parent39638b297d6522f4ba3655020e283c97f0eac06f (diff)
downloadgnunet-dd253b7f7591f0869f8ea14ee111b7d3b3e480b6.tar.gz
gnunet-dd253b7f7591f0869f8ea14ee111b7d3b3e480b6.zip
Diffstat (limited to 'src/transport/plugin_transport_http.c')
-rw-r--r--src/transport/plugin_transport_http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_http.c b/src/transport/plugin_transport_http.c
index 2b52f37c4..c2f8a6091 100644
--- a/src/transport/plugin_transport_http.c
+++ b/src/transport/plugin_transport_http.c
@@ -53,7 +53,7 @@
53#endif 53#endif
54 54
55#define DEBUG_HTTP GNUNET_NO 55#define DEBUG_HTTP GNUNET_NO
56#define DEBUG_CURL GNUNET_YES 56#define DEBUG_CURL GNUNET_NO
57#define DEBUG_MHD GNUNET_NO 57#define DEBUG_MHD GNUNET_NO
58#define DEBUG_CONNECTIONS GNUNET_NO 58#define DEBUG_CONNECTIONS GNUNET_NO
59#define DEBUG_SESSION_SELECTION GNUNET_NO 59#define DEBUG_SESSION_SELECTION GNUNET_NO
@@ -1712,7 +1712,7 @@ int curl_logger (CURL * curl, curl_infotype type , char * data, size_t size , vo
1712 text[size] = '\n'; 1712 text[size] = '\n';
1713 text[size+1] = '\0'; 1713 text[size+1] = '\0';
1714 } 1714 }
1715 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,"CURL: Connection %X - %s", cls, text); 1715 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"CURL: Connection %X - %s", cls, text);
1716 GNUNET_free(text); 1716 GNUNET_free(text);
1717 } 1717 }
1718 return 0; 1718 return 0;