From: Matthias Wachs Date: Tue, 18 Oct 2011 15:50:30 +0000 (+0000) Subject: analysis: X-Git-Tag: initial-import-from-subversion-38251~16426 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=08e12049ee784a8fd2642cc74229a3b862c955f9;p=oweals%2Fgnunet.git analysis: when easy_handles are removed and destroyed, on some systems curl_multihandle informs about that with return code "NO ERROR" -> not a bug --- 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) //GNUNET_assert (easy_h != NULL); if (easy_h == NULL) { - GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name, + GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, plugin->name, "Client: connection to ended with reason %i: `%s', %i handles running\n", msg->data.result, curl_easy_strerror(msg->data.result),