aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 5ae9525bd..46004c4f3 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -602,8 +602,7 @@ transmit_request (void *cls, size_t size, void *buf)
602 if (buf == NULL) 602 if (buf == NULL)
603 { 603 {
604#if DEBUG_DATASTORE 604#if DEBUG_DATASTORE
605 LOG (GNUNET_ERROR_TYPE_DEBUG, 605 LOG (GNUNET_ERROR_TYPE_DEBUG, "Failed to transmit request to DATASTORE.\n");
606 "Failed to transmit request to DATASTORE.\n");
607#endif 606#endif
608 GNUNET_STATISTICS_update (h->stats, 607 GNUNET_STATISTICS_update (h->stats,
609 gettext_noop ("# transmission request failures"), 608 gettext_noop ("# transmission request failures"),