-reduce log level
authorChristian Grothoff <christian@grothoff.org>
Fri, 25 Nov 2011 17:01:25 +0000 (17:01 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 25 Nov 2011 17:01:25 +0000 (17:01 +0000)
src/datastore/datastore_api.c

index 3ab3d2503f2f2e167744942ae89e5f85bc3e1a84..5ae9525bd39a100f23f6fb65ce105a6f736b93a8 100644 (file)
@@ -601,8 +601,10 @@ transmit_request (void *cls, size_t size, void *buf)
     return 0;                   /* no entry in queue */
   if (buf == NULL)
   {
-    LOG (GNUNET_ERROR_TYPE_WARNING,
-         _("Failed to transmit request to DATASTORE.\n"));
+#if DEBUG_DATASTORE
+    LOG (GNUNET_ERROR_TYPE_DEBUG,
+         "Failed to transmit request to DATASTORE.\n");
+#endif
     GNUNET_STATISTICS_update (h->stats,
                               gettext_noop ("# transmission request failures"),
                               1, GNUNET_NO);