aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-02-02 09:12:25 +0000
committerChristian Grothoff <christian@grothoff.org>2015-02-02 09:12:25 +0000
commit0f550b188c85b709c37383dd75f0243b6222636f (patch)
tree2b6d118fe4a88edc0484de025c3eac88dc91c2a8 /src/datastore
parent004188973380f93d82851ade0c572cb324162c84 (diff)
downloadgnunet-0f550b188c85b709c37383dd75f0243b6222636f.tar.gz
gnunet-0f550b188c85b709c37383dd75f0243b6222636f.zip
-improve logging to help diagnose #3593
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index e22093186..8c7b4b0f2 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -642,7 +642,7 @@ transmit_request (void *cls,
642 GNUNET_TIME_absolute_get_remaining (qe->timeout)); 642 GNUNET_TIME_absolute_get_remaining (qe->timeout));
643#if INSANE_STATISTICS 643#if INSANE_STATISTICS
644 GNUNET_STATISTICS_update (h->stats, 644 GNUNET_STATISTICS_update (h->stats,
645 gettext_noop ("# bytes sent to datastore"), 1, 645 gettext_noop ("# bytes sent to datastore"), msize,
646 GNUNET_NO); 646 GNUNET_NO);
647#endif 647#endif
648 return msize; 648 return msize;