aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-15 09:45:03 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-15 09:45:03 +0000
commit97935b96791a53d03caca62461dbbf1f083b3deb (patch)
tree099896cb6f2623d961c3283d2990917ce5a057ff /src/statistics
parent4ee43c08b4b1749ae70eec1bb0dea9eb4c67f6da (diff)
downloadgnunet-97935b96791a53d03caca62461dbbf1f083b3deb.tar.gz
gnunet-97935b96791a53d03caca62461dbbf1f083b3deb.zip
fmt
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/gnunet-statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c
index e996bb728..976a82174 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -69,7 +69,7 @@ printer (void *cls,
69 uint64_t value, int is_persistent) 69 uint64_t value, int is_persistent)
70{ 70{
71 FPRINTF (stdout, 71 FPRINTF (stdout,
72 "%s%-20s %-40s: %16llu\n", 72 "%s%-12s %-50s: %16llu\n",
73 is_persistent ? "!" : " ", subsystem, _(name), 73 is_persistent ? "!" : " ", subsystem, _(name),
74 (unsigned long long) value); 74 (unsigned long long) value);
75 return GNUNET_OK; 75 return GNUNET_OK;