From: Christian Grothoff Date: Fri, 25 Nov 2011 17:01:25 +0000 (+0000) Subject: -reduce log level X-Git-Tag: initial-import-from-subversion-38251~15792 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=109bea001fba20bdaf365e786c59a29f68dd7feb;p=oweals%2Fgnunet.git -reduce log level --- diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c index 3ab3d2503..5ae9525bd 100644 --- a/src/datastore/datastore_api.c +++ b/src/datastore/datastore_api.c @@ -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);