gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r36552 - gnunet/src/transport
Date: Sun, 18 Oct 2015 22:57:37 +0200

Author: grothoff
Date: 2015-10-18 22:57:37 +0200 (Sun, 18 Oct 2015)
New Revision: 36552

Modified:
   gnunet/src/transport/plugin_transport_udp.c
Log:
-fix log call

Modified: gnunet/src/transport/plugin_transport_udp.c
===================================================================
--- gnunet/src/transport/plugin_transport_udp.c 2015-10-18 20:54:56 UTC (rev 
36551)
+++ gnunet/src/transport/plugin_transport_udp.c 2015-10-18 20:57:37 UTC (rev 
36552)
@@ -787,7 +787,7 @@
                     "Calculated flow delay for UDPv4 at %s for %s\n",
                     GNUNET_STRINGS_relative_time_to_string (min_delay,
                                                             GNUNET_YES),
-                    GNUNET_i2s (&udpw->session->target));
+                    GNUNET_i2s (&min_udpw->session->target));
       }
       else
       {
@@ -795,7 +795,7 @@
                     "Calculated flow delay for UDPv4 at %s for %s\n",
                     GNUNET_STRINGS_relative_time_to_string (min_delay,
                                                             GNUNET_YES),
-                    GNUNET_i2s (&udpw->session->target));
+                    GNUNET_i2s (&min_udpw->session->target));
       }
     }
     plugin->select_task_v4
@@ -844,7 +844,7 @@
                     "Calculated flow delay for UDPv6 at %s for %s\n",
                     GNUNET_STRINGS_relative_time_to_string (min_delay,
                                                             GNUNET_YES),
-                    GNUNET_i2s (&udpw->session->target));
+                    GNUNET_i2s (&min_udpw->session->target));
       }
       else
       {
@@ -852,7 +852,7 @@
                     "Calculated flow delay for UDPv6 at %s for %s\n",
                     GNUNET_STRINGS_relative_time_to_string (min_delay,
                                                             GNUNET_YES),
-                    GNUNET_i2s (&udpw->session->target));
+                    GNUNET_i2s (&min_udpw->session->target));
       }
     }
     plugin->select_task_v6




reply via email to

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