From 16435d586baf1bf5e867d69cf6e3639bdcef5906 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Wed, 16 Nov 2011 09:39:33 +0000 Subject: [PATCH] --- src/transport/plugin_transport_http_client.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index 14a58f264..96bd176f4 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -507,9 +507,8 @@ client_connect (struct Session *s) GNUNET_h2s_full (&plugin->env->my_identity->hashPubKey), plugin->last_tag); #if 0 -#endif GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name, "URL `%s'\n", url); - GNUNET_log_from (GNUNET_ERROR_TYPE_ERROR, plugin->name, "ADDRESS `%s'\n", http_plugin_address_to_string (plugin, s->addr, s->addrlen)); +#endif /* create get connection */ s->client_get = curl_easy_init (); #if VERBOSE_CURL -- 2.25.1