gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17582 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r17582 - gnunet/src/transport
Date: Tue, 18 Oct 2011 17:50:30 +0200

Author: wachs
Date: 2011-10-18 17:50:30 +0200 (Tue, 18 Oct 2011)
New Revision: 17582

Modified:
   gnunet/src/transport/plugin_transport_http_client.c
Log:
analysis:
when easy_handles are removed and destroyed, on some systems curl_multihandle 
informs about that with return code "NO ERROR"
-> not a bug


Modified: gnunet/src/transport/plugin_transport_http_client.c
===================================================================
--- gnunet/src/transport/plugin_transport_http_client.c 2011-10-18 15:49:10 UTC 
(rev 17581)
+++ gnunet/src/transport/plugin_transport_http_client.c 2011-10-18 15:50:30 UTC 
(rev 17582)
@@ -201,7 +201,7 @@
        //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),




reply via email to

[Prev in Thread] Current Thread [Next in Thread]