gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5589 - GNUnet/src/applications/advertising


From: gnunet
Subject: [GNUnet-SVN] r5589 - GNUnet/src/applications/advertising
Date: Sun, 2 Sep 2007 22:34:08 -0600 (MDT)

Author: grothoff
Date: 2007-09-02 22:34:08 -0600 (Sun, 02 Sep 2007)
New Revision: 5589

Modified:
   GNUnet/src/applications/advertising/bootstrap.c
Log:
fix

Modified: GNUnet/src/applications/advertising/bootstrap.c
===================================================================
--- GNUnet/src/applications/advertising/bootstrap.c     2007-09-03 00:44:23 UTC 
(rev 5588)
+++ GNUnet/src/applications/advertising/bootstrap.c     2007-09-03 04:34:08 UTC 
(rev 5589)
@@ -31,7 +31,7 @@
 #include "gnunet_bootstrap_service.h"
 #include "gnunet_state_service.h"
 
-#define DEBUG_BOOTSTRAP NO
+#define DEBUG_BOOTSTRAP YES
 
 #define hello_HELPER_TABLE_START_SIZE 64
 
@@ -77,7 +77,7 @@
       /* select hellos in random order */
       rndidx = weak_randomi (hcq->hellosCount);
 #if DEBUG_BOOTSTRAP
-      GE_LOG (ectx,
+      GE_LOG (coreAPI->ectx,
               GE_DEBUG | GE_REQUEST | GE_USER,
               "%s chose hello %d of %d\n",
               __FUNCTION__, rndidx, hcq->hellosCount);
@@ -197,7 +197,7 @@
       if (YES == hlc.do_shutdown)
         break;
 #if DEBUG_BOOTSTRAP
-      GE_LOG (ectx, GE_DEBUG | GE_REQUEST | GE_USER, "Starting bootstrap.\n");
+      GE_LOG (coreAPI->ectx, GE_DEBUG | GE_REQUEST | GE_USER, "Starting 
bootstrap.\n");
 #endif
       hlc.hellosLen = 0;
       hlc.hellosCount = 0;





reply via email to

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