aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pr.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-23 15:00:15 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-23 15:00:15 +0000
commite8bd1e4c796bb51ed94817c1b5f69197dbfcfcbc (patch)
tree00cf6370061f48caeeecc9939785aaecacafa69b /src/fs/gnunet-service-fs_pr.c
parentb990e96d17a5ded09737bda9dab84aad3942898b (diff)
downloadgnunet-e8bd1e4c796bb51ed94817c1b5f69197dbfcfcbc.tar.gz
gnunet-e8bd1e4c796bb51ed94817c1b5f69197dbfcfcbc.zip
-do even fewer stats by default
Diffstat (limited to 'src/fs/gnunet-service-fs_pr.c')
-rw-r--r--src/fs/gnunet-service-fs_pr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pr.c b/src/fs/gnunet-service-fs_pr.c
index 4f94518df..f39f3fb78 100644
--- a/src/fs/gnunet-service-fs_pr.c
+++ b/src/fs/gnunet-service-fs_pr.c
@@ -826,10 +826,12 @@ process_reply (void *cls, const struct GNUNET_HashCode * key, void *value)
826 last_transmission, prq->type, prq->data, prq->size); 826 last_transmission, prq->type, prq->data, prq->size);
827 return GNUNET_YES; 827 return GNUNET_YES;
828 case GNUNET_BLOCK_EVALUATION_OK_DUPLICATE: 828 case GNUNET_BLOCK_EVALUATION_OK_DUPLICATE:
829#if INSANE_STATISTICS
829 GNUNET_STATISTICS_update (GSF_stats, 830 GNUNET_STATISTICS_update (GSF_stats,
830 gettext_noop 831 gettext_noop
831 ("# duplicate replies discarded (bloomfilter)"), 832 ("# duplicate replies discarded (bloomfilter)"),
832 1, GNUNET_NO); 833 1, GNUNET_NO);
834#endif
833 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 835 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
834 "Duplicate response, discarding.\n"); 836 "Duplicate response, discarding.\n");
835 return GNUNET_YES; /* duplicate */ 837 return GNUNET_YES; /* duplicate */