additional info
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 18 Oct 2011 14:49:02 +0000 (14:49 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 18 Oct 2011 14:49:02 +0000 (14:49 +0000)
src/transport/plugin_transport_http_client.c

index 9c56daf5fe0b1f939cb3433ba162621e5224ee66..f8e8570f6e93cd05adc90115ceeea727d8ab7458 100644 (file)
@@ -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;
        }