aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index e39ea57ee..50fe02f0a 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -1774,8 +1774,6 @@ tcp_plugin_address_pretty_printer (void *cls, const char *type,
1774 else 1774 else
1775 { 1775 {
1776 /* invalid address */ 1776 /* invalid address */
1777 LOG (GNUNET_ERROR_TYPE_ERROR,
1778 "Trying to print invalid `%s' address with size %u\n", type, addrlen);
1779 asc (asc_cls, NULL ); 1777 asc (asc_cls, NULL );
1780 return; 1778 return;
1781 } 1779 }