From d3bc881af7dd585c41815978bba34a31f9d85e76 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Oct 2010 14:13:34 +0000 Subject: [PATCH] another place --- src/fs/gnunet-service-fs.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/fs/gnunet-service-fs.c b/src/fs/gnunet-service-fs.c index add1814b4..4d0d13c97 100644 --- a/src/fs/gnunet-service-fs.c +++ b/src/fs/gnunet-service-fs.c @@ -2275,7 +2275,7 @@ test_get_load_too_high (uint32_t priority) return GNUNET_NO; } GNUNET_STATISTICS_update (stats, - gettext_noop ("# requests dropped due to high load"), + gettext_noop ("# priority determined to be high"), 1, GNUNET_NO); return GNUNET_YES; @@ -4016,7 +4016,10 @@ handle_p2p_get (void *cls, gettext_noop ("# requests dropped due to high load"), 1, GNUNET_NO); +#if 0 + /* FIXME: this causes problems... */ return GNUNET_OK; +#endif } #if DEBUG_FS GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, -- 2.25.1