gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r33424 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r33424 - gnunet/src/transport
Date: Tue, 27 May 2014 14:12:34 +0200

Author: wachs
Date: 2014-05-27 14:12:34 +0200 (Tue, 27 May 2014)
New Revision: 33424

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
error handling was moved to clients
all clients (gnunet-peerinfo, gnunet-peerinfo-gtk, gnunet-ats/transport) 
support error handling with error code


Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2014-05-27 11:59:05 UTC (rev 
33423)
+++ gnunet/src/transport/plugin_transport_tcp.c 2014-05-27 12:12:34 UTC (rev 
33424)
@@ -1774,8 +1774,6 @@
   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;
   }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]