From e9cf3782a3c5c2bcf6bdeff58b8a3536585791eb Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 1 Nov 2010 22:25:26 +0000 Subject: [PATCH] fix --- src/statistics/statistics_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, #if DEBUG_STATISTICS GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Received valid statistic on `%s:%s': %llu\n", - service, name, GNUNET_ntohll (smsg->abs_value)); + service, name, GNUNET_ntohll (smsg->value)); #endif if (GNUNET_OK != h->current->proc (h->current->cls, -- 2.25.1