dbg
authorChristian Grothoff <christian@grothoff.org>
Wed, 5 Oct 2011 19:57:27 +0000 (19:57 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 5 Oct 2011 19:57:27 +0000 (19:57 +0000)
src/dht/dht_api.c

index 100a945235ec5f1494dedc3eef1d521563d19d5b..5fff137a6fbe38fb3f7e8edd8191484d65b5ecab 100644 (file)
@@ -399,9 +399,11 @@ transmit_pending (void *cls, size_t size, void *buf)
   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;
 }