gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17233 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r17233 - gnunet/src/dht
Date: Wed, 5 Oct 2011 21:57:28 +0200

Author: grothoff
Date: 2011-10-05 21:57:27 +0200 (Wed, 05 Oct 2011)
New Revision: 17233

Modified:
   gnunet/src/dht/dht_api.c
Log:
dbg

Modified: gnunet/src/dht/dht_api.c
===================================================================
--- gnunet/src/dht/dht_api.c    2011-10-05 19:56:54 UTC (rev 17232)
+++ gnunet/src/dht/dht_api.c    2011-10-05 19:57:27 UTC (rev 17233)
@@ -399,9 +399,11 @@
   if (GNUNET_YES == head->free_on_send)
     GNUNET_free (head);
   process_pending_messages (handle);
+#if DEBUG_DHT
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Forwarded request of %u bytes to DHT service\n",
               (unsigned int) tsize);
+#endif
   return tsize;
 }
 




reply via email to

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