gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19488 - gnunet/src/transport
Date: Fri, 27 Jan 2012 21:50:36 +0100

Author: wachs
Date: 2012-01-27 21:50:36 +0100 (Fri, 27 Jan 2012)
New Revision: 19488

Modified:
   gnunet/src/transport/plugin_transport_tcp.c
Log:
- fix


Modified: gnunet/src/transport/plugin_transport_tcp.c
===================================================================
--- gnunet/src/transport/plugin_transport_tcp.c 2012-01-27 15:57:30 UTC (rev 
19487)
+++ gnunet/src/transport/plugin_transport_tcp.c 2012-01-27 20:50:36 UTC (rev 
19488)
@@ -1255,7 +1255,7 @@
 #if DEBUG_TCP
   GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, "tcp",
                    "Asked to transmit %u bytes to `%s', added message to 
list.\n",
-                   msgbuf_size, GNUNET_i2s (target));
+                   msgbuf_size, GNUNET_i2s (&session->target));
 #endif
   process_pending_messages (session);
   return msgbuf_size;
@@ -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 (target), GNUNET_a2s (sb, sbs));
+                     GNUNET_i2s (&address->peer), 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 (target), GNUNET_a2s (sb, sbs));
+                     GNUNET_i2s (&address->peer), 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 (target), GNUNET_a2s (sb, sbs));
+                   GNUNET_i2s (&address->peer), GNUNET_a2s (sb, sbs));
 #endif
   session = create_session (plugin,
                             &address->peer,




reply via email to

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