aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 f8e8570f6..c116a9d77 100644
--- a/src/transport/plugin_transport_http_client.c
+++ b/src/transport/plugin_transport_http_client.c
@@ -201,7 +201,7 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
201 //GNUNET_assert (easy_h != NULL); 201 //GNUNET_assert (easy_h != NULL);
202 if (easy_h == NULL) 202 if (easy_h == NULL)
203 { 203 {
204 GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name, 204 GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name,
205 "Client: connection to ended with reason %i: `%s', %i handles running\n", 205 "Client: connection to ended with reason %i: `%s', %i handles running\n",
206 msg->data.result, 206 msg->data.result,
207 curl_easy_strerror(msg->data.result), 207 curl_easy_strerror(msg->data.result),