aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-statistics.c')
-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 0f2c92582..7fe78161c 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -95,7 +95,7 @@ cleanup (void *cls, int success)
95 95
96 if (success != GNUNET_OK) 96 if (success != GNUNET_OK)
97 { 97 {
98 fprintf (stderr, _("Failed to obtain statistics.\n")); 98 FPRINTF (stderr, _("Failed to obtain statistics.\n"),NULL);
99 ret = 1; 99 ret = 1;
100 } 100 }
101 if (h != NULL) 101 if (h != NULL)