gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r27662 - gnunet/src/transport
Date: Thu, 27 Jun 2013 17:29:10 +0200

Author: wachs
Date: 2013-06-27 17:29:10 +0200 (Thu, 27 Jun 2013)
New Revision: 27662

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
Log:
printing fix


Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2013-06-27 15:16:32 UTC 
(rev 27661)
+++ gnunet/src/transport/plugin_transport_http_client.c 2013-06-27 15:29:10 UTC 
(rev 27662)
@@ -1530,7 +1530,7 @@
   {
     GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name,
                      "Cannot connect to peer `%s' address `%s''\n",
-                     http_common_plugin_address_to_string (NULL, plugin->name, 
s->addr, s->addrlen),
+                     http_common_plugin_address_to_string (NULL, 
plugin->protocol, s->addr, s->addrlen),
                      GNUNET_i2s (&s->target));
     client_delete_session (s);
     return NULL;
@@ -1747,7 +1747,7 @@
                                            const void *addr,
                                            size_t addrlen)
 {
-       return http_common_plugin_address_to_string (cls, p->name, addr, 
addrlen);
+       return http_common_plugin_address_to_string (cls, p->protocol, addr, 
addrlen);
 }
 
 /**




reply via email to

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