From: Matthias Wachs Date: Tue, 18 Oct 2011 14:49:02 +0000 (+0000) Subject: additional info X-Git-Tag: initial-import-from-subversion-38251~16434 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d2b7b35c48254cb3e892d2a39659e108898b360f;p=oweals%2Fgnunet.git additional info --- diff --git a/src/transport/plugin_transport_http_client.c b/src/transport/plugin_transport_http_client.c index 9c56daf5f..f8e8570f6 100644 --- a/src/transport/plugin_transport_http_client.c +++ b/src/transport/plugin_transport_http_client.c @@ -202,8 +202,10 @@ client_run (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) if (easy_h == NULL) { GNUNET_log_from (GNUNET_ERROR_TYPE_WARNING, plugin->name, - "Client: Unknown connection to ended with reason `%s'\n", - curl_easy_strerror(msg->data.result)); + "Client: connection to ended with reason %i: `%s', %i handles running\n", + msg->data.result, + curl_easy_strerror(msg->data.result), + running); continue; }