aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index bd86fdad1..3fc46e19c 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -599,8 +599,7 @@ handle_reserve (void *cls, const struct ReserveMessage *msg)
599 * message happens, the insertion request could be blocked 599 * message happens, the insertion request could be blocked
600 * by less-important content from migration because it is 600 * by less-important content from migration because it is
601 * larger than 1/8th of the overall available space, and 601 * larger than 1/8th of the overall available space, and
602 * we only reserve 1/8th for "fresh" insertions */ 602 * we only reserve 1/8th for "fresh" insertions */GNUNET_log (
603 GNUNET_log (
604 GNUNET_ERROR_TYPE_WARNING, 603 GNUNET_ERROR_TYPE_WARNING,
605 _ ( 604 _ (
606 "The requested amount (%llu bytes) is larger than the cache size (%llu bytes)\n"), 605 "The requested amount (%llu bytes) is larger than the cache size (%llu bytes)\n"),