aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_http_client.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-08-29 09:14:49 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-08-29 09:14:49 +0000
commitd85ad86dfc57e5df2f2d0140642d444a46a309da (patch)
tree9e76b98a361ce114e3e0e2dad8b9ed8f1c5c2332 /src/transport/plugin_transport_http_client.c
parent5f44b3dc2423bd1993d692613673f7f007b914ab (diff)
downloadgnunet-d85ad86dfc57e5df2f2d0140642d444a46a309da.tar.gz
gnunet-d85ad86dfc57e5df2f2d0140642d444a46a309da.zip
changes
Diffstat (limited to 'src/transport/plugin_transport_http_client.c')
-rw-r--r--src/transport/plugin_transport_http_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c
index 4e5449e63..1f08d7bbb 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -480,7 +480,7 @@ client_disconnect (struct Session *s)
480 if (s->client_put != NULL) 480 if (s->client_put != NULL)
481 { 481 {
482 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, 482 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
483 "Session %p/connection %p: disconnecting PUT connectionto peer `%s'\n", 483 "Session %p/connection %p: disconnecting PUT connection to peer `%s'\n",
484 s, s->client_put, GNUNET_i2s (&s->target)); 484 s, s->client_put, GNUNET_i2s (&s->target));
485 485
486 /* remove curl handle from multi handle */ 486 /* remove curl handle from multi handle */