gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r32838 - gnunet/src/transport
Date: Mon, 31 Mar 2014 11:02:34 +0200

Author: wachs
Date: 2014-03-31 11:02:34 +0200 (Mon, 31 Mar 2014)
New Revision: 32838

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
debug message for assertion to figure out malformed address length


Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2014-03-31 00:29:01 UTC (rev 
32837)
+++ gnunet/src/transport/plugin_transport_tcp.c 2014-03-31 09:02:34 UTC (rev 
32838)
@@ -1783,7 +1783,8 @@
   else
   {
     /* invalid address */
-    GNUNET_break_op(0);
+    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]