aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-25 17:01:25 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-25 17:01:25 +0000
commit109bea001fba20bdaf365e786c59a29f68dd7feb (patch)
treed04f9ba8c8d6f480e41a470e3c562c1c1706ca78
parent0f47efd5ba55222e4012aee0724b121986ada073 (diff)
downloadgnunet-109bea001fba20bdaf365e786c59a29f68dd7feb.tar.gz
gnunet-109bea001fba20bdaf365e786c59a29f68dd7feb.zip
-reduce log level
-rw-r--r--src/datastore/datastore_api.c6
1 files changed, 4 insertions, 2 deletions
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)
601 return 0; /* no entry in queue */ 601 return 0; /* no entry in queue */
602 if (buf == NULL) 602 if (buf == NULL)
603 { 603 {
604 LOG (GNUNET_ERROR_TYPE_WARNING, 604#if DEBUG_DATASTORE
605 _("Failed to transmit request to DATASTORE.\n")); 605 LOG (GNUNET_ERROR_TYPE_DEBUG,
606 "Failed to transmit request to DATASTORE.\n");
607#endif
606 GNUNET_STATISTICS_update (h->stats, 608 GNUNET_STATISTICS_update (h->stats,
607 gettext_noop ("# transmission request failures"), 609 gettext_noop ("# transmission request failures"),
608 1, GNUNET_NO); 610 1, GNUNET_NO);