gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9292 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r9292 - gnunet/src/datastore
Date: Sun, 25 Oct 2009 14:07:08 -0600

Author: grothoff
Date: 2009-10-25 14:07:08 -0600 (Sun, 25 Oct 2009)
New Revision: 9292

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
more debug msgs

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2009-10-25 20:02:12 UTC (rev 
9291)
+++ gnunet/src/datastore/datastore_api.c        2009-10-25 20:07:08 UTC (rev 
9292)
@@ -706,6 +706,12 @@
   struct DataMessage *dm;
   size_t msize;
 
+#if DEBUG_DATASTORE
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+             "Asked to remove %u bytes of data under key `%s'\n",
+             size,
+             GNUNET_h2s (key));
+#endif
   msize = sizeof(struct DataMessage) + size;
   GNUNET_assert (msize <= GNUNET_SERVER_MAX_MESSAGE_SIZE);
   dm = (struct DataMessage*) &h[1];





reply via email to

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