aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-12-30 22:47:14 +0000
committerChristian Grothoff <christian@grothoff.org>2011-12-30 22:47:14 +0000
commitdc20c525694ee21014e88abd2fa51cf78d6c22f9 (patch)
treec88b8b92a324c0020eedc8349b24265c70c0e548 /src/statistics
parent6c441b572970610b45f0c057cab5f7001550ea6d (diff)
downloadgnunet-dc20c525694ee21014e88abd2fa51cf78d6c22f9.tar.gz
gnunet-dc20c525694ee21014e88abd2fa51cf78d6c22f9.zip
-fixing format strings
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 7fe78161c..ce91572df 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"),NULL); 98 FPRINTF (stderr, "%s", _("Failed to obtain statistics.\n"));
99 ret = 1; 99 ret = 1;
100 } 100 }
101 if (h != NULL) 101 if (h != NULL)