aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-rw-r--r--src/transport/plugin_transport_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index ee7641d39..05a7c2eb0 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -39,7 +39,7 @@
39#include "plugin_transport.h" 39#include "plugin_transport.h"
40#include "transport.h" 40#include "transport.h"
41 41
42#define DEBUG_TCP GNUNET_YES 42#define DEBUG_TCP GNUNET_NO
43 43
44/** 44/**
45 * How long until we give up on transmitting the welcome message? 45 * How long until we give up on transmitting the welcome message?
@@ -522,7 +522,7 @@ disconnect_session (struct Session *session)
522#if DEBUG_TCP 522#if DEBUG_TCP
523 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, 523 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG,
524 "tcp", 524 "tcp",
525 "Notifying transport service about loss of data connection with `%4s'.\n", 525 "Notifying transport service about loss of connection with `%4s'.\n",
526 GNUNET_i2s (&session->target)); 526 GNUNET_i2s (&session->target));
527#endif 527#endif
528 /* Data session that actually went past the initial handshake; 528 /* Data session that actually went past the initial handshake;