gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r31893 - gnunet/src/transport
Date: Tue, 14 Jan 2014 10:38:02 +0100

Author: wachs
Date: 2014-01-14 10:38:02 +0100 (Tue, 14 Jan 2014)
New Revision: 31893

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
fix for printing address


Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2014-01-14 09:27:04 UTC (rev 
31892)
+++ gnunet/src/transport/plugin_transport_udp.c 2014-01-14 09:38:02 UTC (rev 
31893)
@@ -1175,7 +1175,7 @@
   GNUNET_assert(GNUNET_YES != s->in_destroy);
   LOG(GNUNET_ERROR_TYPE_DEBUG, "Session %p to peer `%s' address ended\n", s,
       GNUNET_i2s (&s->target),
-      GNUNET_a2s (s->address->address, s->address->address_length));
+      udp_address_to_string (NULL, s->address->address, 
s->address->address_length));
   /* stop timeout task */
   if (GNUNET_SCHEDULER_NO_TASK != s->timeout_task)
   {




reply via email to

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