aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,