gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12971 - gnunet/src/transport
Date: Fri, 10 Sep 2010 16:55:15 +0200

Author: wachs
Date: 2010-09-10 16:55:15 +0200 (Fri, 10 Sep 2010)
New Revision: 12971

Modified:
   gnunet/src/transport/plugin_transport_http.c
Log:


Modified: gnunet/src/transport/plugin_transport_http.c
===================================================================
--- gnunet/src/transport/plugin_transport_http.c        2010-09-10 14:46:04 UTC 
(rev 12970)
+++ gnunet/src/transport/plugin_transport_http.c        2010-09-10 14:55:15 UTC 
(rev 12971)
@@ -53,7 +53,7 @@
 #endif
 
 #define DEBUG_HTTP GNUNET_NO
-#define DEBUG_CURL GNUNET_YES
+#define DEBUG_CURL GNUNET_NO
 #define DEBUG_MHD GNUNET_NO
 #define DEBUG_CONNECTIONS GNUNET_NO
 #define DEBUG_SESSION_SELECTION GNUNET_NO
@@ -1712,7 +1712,7 @@
                        text[size] = '\n';
                        text[size+1] = '\0';
                }
-               GNUNET_log (GNUNET_ERROR_TYPE_ERROR,"CURL: Connection %X - %s", 
cls, text);
+               GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"CURL: Connection %X - %s", 
cls, text);
                GNUNET_free(text);
        }
        return 0;




reply via email to

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