From b1e3784c99eef84a500a53e6272e9233b0930a53 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 27 May 2014 12:12:34 +0000 Subject: error handling was moved to clients all clients (gnunet-peerinfo, gnunet-peerinfo-gtk, gnunet-ats/transport) support error handling with error code --- src/transport/plugin_transport_tcp.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/transport/plugin_transport_tcp.c') 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, else { /* invalid address */ - LOG (GNUNET_ERROR_TYPE_ERROR, - "Trying to print invalid `%s' address with size %u\n", type, addrlen); asc (asc_cls, NULL ); return; } -- cgit v1.2.3