gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r12407 - gnunet/src/transport
Date: Fri, 30 Jul 2010 14:37:33 +0200

Author: wachs
Date: 2010-07-30 14:37:33 +0200 (Fri, 30 Jul 2010)
New Revision: 12407

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


Modified: gnunet/src/transport/plugin_transport_https.c
===================================================================
--- gnunet/src/transport/plugin_transport_https.c       2010-07-30 12:25:46 UTC 
(rev 12406)
+++ gnunet/src/transport/plugin_transport_https.c       2010-07-30 12:37:33 UTC 
(rev 12407)
@@ -43,7 +43,7 @@
 
 #define DEBUG_HTTPS GNUNET_YES
 #define VERBOSE GNUNET_YES
-#define DEBUG_CURL GNUNET_NO
+#define DEBUG_CURL GNUNET_YES
 #define DEBUG_CONNECTIONS GNUNET_YES
 #define DEBUG_SESSION_SELECTION GNUNET_YES
 
@@ -2615,19 +2615,19 @@
   if (plugin->http_server_task_v4 != GNUNET_SCHEDULER_NO_TASK)
   {
 #if DEBUG_HTTPS
-         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Starting MHD with IPv4 bound to 
%s with port %u\n",(plugin->bind_hostname!=NULL) ? plugin->bind_hostname : 
"every address",port);
+         GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Starting HTTPS Server with IPv4 
bound to %s with port %u\n",(plugin->bind_hostname!=NULL) ? 
plugin->bind_hostname : "every address",port);
 #endif
   }
   else if ((plugin->http_server_task_v6 != GNUNET_SCHEDULER_NO_TASK) && 
(plugin->http_server_task_v4 != GNUNET_SCHEDULER_NO_TASK))
   {
 #if DEBUG_HTTPS
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Starting MHD with IPv6 bound to %s 
with port %u\n",(plugin->bind_hostname!=NULL) ? plugin->bind_hostname : "every 
address", port);
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Starting HTTPS Server with IPv6 bound 
to %s with port %u\n",(plugin->bind_hostname!=NULL) ? plugin->bind_hostname : 
"every address", port);
 #endif
   }
   else if ((plugin->http_server_task_v6 != GNUNET_SCHEDULER_NO_TASK) && 
(plugin->http_server_task_v4 == GNUNET_SCHEDULER_NO_TASK))
   {
 #if DEBUG_HTTPS
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Starting MHD with IPv4 and IPv6 bound 
to %s with port %u\n",(plugin->bind_hostname!=NULL) ? plugin->bind_hostname : 
"every address", port);
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,"Starting HTTPS Server with IPv4 and 
IPv6 bound to %s with port %u\n",(plugin->bind_hostname!=NULL) ? 
plugin->bind_hostname : "every address", port);
 #endif
   }
   else




reply via email to

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