gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5541 - GNUnet/src/transports


From: gnunet
Subject: [GNUnet-SVN] r5541 - GNUnet/src/transports
Date: Sat, 25 Aug 2007 02:54:23 -0600 (MDT)

Author: grothoff
Date: 2007-08-25 02:54:23 -0600 (Sat, 25 Aug 2007)
New Revision: 5541

Modified:
   GNUnet/src/transports/http.c
Log:
debug

Modified: GNUnet/src/transports/http.c
===================================================================
--- GNUnet/src/transports/http.c        2007-08-25 08:45:19 UTC (rev 5540)
+++ GNUnet/src/transports/http.c        2007-08-25 08:54:23 UTC (rev 5541)
@@ -705,9 +705,11 @@
   port = getGNUnetAdvertisedHTTPPort ();
   if (0 == port)
     {
+#if DEBUG_HTTP
       GE_LOG (NULL,
               GE_DEBUG | GE_REQUEST | GE_USER,
               "HTTP port is 0, will only send using HTTP.\n");
+#endif
       return NULL;              /* HTTP transport is configured SEND-only! */
     }
   msg = MALLOC (sizeof (P2P_hello_MESSAGE) + sizeof (HostAddress));





reply via email to

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