gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1833 - GNUnet/src/applications/fs/module


From: grothoff
Subject: [GNUnet-SVN] r1833 - GNUnet/src/applications/fs/module
Date: Sun, 21 Aug 2005 18:44:53 -0700 (PDT)

Author: grothoff
Date: 2005-08-21 18:44:52 -0700 (Sun, 21 Aug 2005)
New Revision: 1833

Modified:
   GNUnet/src/applications/fs/module/querymanager.c
Log:
dbg

Modified: GNUnet/src/applications/fs/module/querymanager.c
===================================================================
--- GNUnet/src/applications/fs/module/querymanager.c    2005-08-22 01:37:52 UTC 
(rev 1832)
+++ GNUnet/src/applications/fs/module/querymanager.c    2005-08-22 01:44:52 UTC 
(rev 1833)
@@ -156,9 +156,11 @@
       memcpy(&rc[1],
             &value[1],
             ntohl(value->size) - sizeof(Datastore_Value));
+#if DEBUG_QUERYMANAGER
       LOG(LOG_DEBUG,
          "Sending reply to client waiting in slot %u.\n",
          i);
+#endif      
       coreAPI->sendToClient(trackers[i]->client,
                            &rc->header);
       FREE(rc);





reply via email to

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