aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/statistics_api.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2020-10-26 14:51:59 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2020-10-26 15:00:21 +0100
commitbe928bb303f6100c40e4d84b2b350da690171987 (patch)
tree81a235d70dad1a4ec6e1cb04d44caef7b7bf2765 /src/statistics/statistics_api.c
parent092c2c714e085a66834127bfb1e841486fd4f54c (diff)
downloadgnunet-be928bb303f6100c40e4d84b2b350da690171987.tar.gz
gnunet-be928bb303f6100c40e4d84b2b350da690171987.zip
-fix some warnings
Diffstat (limited to 'src/statistics/statistics_api.c')
-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 12c09b7d2..bf0a90b45 100644
--- a/src/statistics/statistics_api.c
+++ b/src/statistics/statistics_api.c
@@ -472,7 +472,7 @@ handle_statistics_value (void *cls,
472 LOG (GNUNET_ERROR_TYPE_DEBUG, 472 LOG (GNUNET_ERROR_TYPE_DEBUG,
473 "Received valid statistic on `%s:%s': %llu\n", 473 "Received valid statistic on `%s:%s': %llu\n",
474 service, name, 474 service, name,
475 GNUNET_ntohll (smsg->value)); 475 (unsigned long long) GNUNET_ntohll (smsg->value));
476 if (GNUNET_OK != 476 if (GNUNET_OK !=
477 h->current->proc (h->current->cls, 477 h->current->proc (h->current->cls,
478 service, 478 service,