gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10422 - gnunet/src/core


From: gnunet
Subject: [GNUnet-SVN] r10422 - gnunet/src/core
Date: Tue, 23 Feb 2010 11:30:46 +0100

Author: grothoff
Date: 2010-02-23 11:30:46 +0100 (Tue, 23 Feb 2010)
New Revision: 10422

Modified:
   gnunet/src/core/gnunet-service-core.c
Log:
nodeb

Modified: gnunet/src/core/gnunet-service-core.c
===================================================================
--- gnunet/src/core/gnunet-service-core.c       2010-02-23 10:29:11 UTC (rev 
10421)
+++ gnunet/src/core/gnunet-service-core.c       2010-02-23 10:30:46 UTC (rev 
10422)
@@ -859,9 +859,12 @@
   for (i=0;i<c->tcnt;i++)
     wtypes[i] = ntohs (types[i]);
   c->options = ntohl (im->options);
+#if DEBUG_CORE_CLIENT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Client %p is interested in %u message types\n",
+             c,
              c->tcnt);
+#endif
   /* send init reply message */
   irm.header.size = htons (sizeof (struct InitReplyMessage));
   irm.header.type = htons (GNUNET_MESSAGE_TYPE_CORE_INIT_REPLY);
@@ -2825,10 +2828,12 @@
     }
   if (dropped == GNUNET_YES)
     {
+#if DEBUG_CORE
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                  "Message of type %u from `%4s' not delivered to any 
client.\n",
                  type,
                  GNUNET_i2s (&sender->peer));
+#endif
       /* FIXME: stats... */
     }
 }





reply via email to

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