aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-01 22:25:26 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-01 22:25:26 +0000
commite9cf3782a3c5c2bcf6bdeff58b8a3536585791eb (patch)
treea63e8f45b7a185d04fd440461787aafe20bfdc5a /src/statistics
parent51e85ed008b667988209470edc301977bbe04ec8 (diff)
downloadgnunet-e9cf3782a3c5c2bcf6bdeff58b8a3536585791eb.tar.gz
gnunet-e9cf3782a3c5c2bcf6bdeff58b8a3536585791eb.zip
fix
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/statistics_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/statistics_api.c b/src/statistics/statistics_api.c
index 1ccf2b86d..ef9865e02 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -402,7 +402,7 @@ process_message (struct GNUNET_STATISTICS_Handle *h,
402#if DEBUG_STATISTICS 402#if DEBUG_STATISTICS
403 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 403 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
404 "Received valid statistic on `%s:%s': %llu\n", 404 "Received valid statistic on `%s:%s': %llu\n",
405 service, name, GNUNET_ntohll (smsg->abs_value)); 405 service, name, GNUNET_ntohll (smsg->value));
406#endif 406#endif
407 if (GNUNET_OK != 407 if (GNUNET_OK !=
408 h->current->proc (h->current->cls, 408 h->current->proc (h->current->cls,