From d2b7b35c48254cb3e892d2a39659e108898b360f Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 18 Oct 2011 14:49:02 +0000 Subject: [PATCH] additional info --- src/transport/plugin_transport_http_client.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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; } -- 2.25.1