From: Matthias Wachs Date: Wed, 16 Nov 2011 09:39:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: initial-import-from-subversion-38251~15905 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=16435d586baf1bf5e867d69cf6e3639bdcef5906;p=oweals%2Fgnunet.git --- 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