gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19522 - gnunet/src/transport
Date: Mon, 30 Jan 2012 09:34:35 +0100

Author: wachs
Date: 2012-01-30 09:34:34 +0100 (Mon, 30 Jan 2012)
New Revision: 19522

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
- debug msgs


Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2012-01-29 23:00:20 UTC (rev 
19521)
+++ gnunet/src/transport/plugin_transport_tcp.c 2012-01-30 08:34:34 UTC (rev 
19522)
@@ -1402,7 +1402,7 @@
 #if DEBUG_TCP_NAT
     GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp",
                      "Created NAT WAIT connection to `%4s' at `%s'\n",
-                     GNUNET_i2s (&address->peer), GNUNET_a2s (sb, sbs));
+                     GNUNET_i2s (&session->target), GNUNET_a2s (sb, sbs));
 #endif
     GNUNET_NAT_run_client (plugin->nat, &a4);
     return session;
@@ -1416,7 +1416,7 @@
 #if DEBUG_TCP
     GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp",
                      "Failed to create connection to `%4s' at `%s'\n",
-                     GNUNET_i2s (&address->peer), GNUNET_a2s (sb, sbs));
+                     GNUNET_i2s (&session->target), GNUNET_a2s (sb, sbs));
 #endif
     return NULL;
   }
@@ -1424,7 +1424,7 @@
 #if DEBUG_TCP_NAT
   GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp",
                    "Asked to transmit to `%4s', creating fresh session using 
address `%s'.\n",
-                   GNUNET_i2s (&address->peer), GNUNET_a2s (sb, sbs));
+                   GNUNET_i2s (&session->target), GNUNET_a2s (sb, sbs));
 #endif
   session = create_session (plugin,
                             &address->peer,




reply via email to

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