(no commit message)
authorMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 Nov 2011 09:39:33 +0000 (09:39 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Wed, 16 Nov 2011 09:39:33 +0000 (09:39 +0000)
src/transport/plugin_transport_http_client.c

index 14a58f264047aa1bfbdfbc368a81fa87082f4889..96bd176f4fcd29b7e910782e295c5e5464e91dfa 100644 (file)
@@ -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