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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c
index 0cd55342e..2747f7adc 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -207,13 +207,13 @@ resolver_test_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
207 { 207 {
208 if (subsystem == NULL) 208 if (subsystem == NULL)
209 { 209 {
210 FPRINTF (stderr, _("Missing argument: subsystem \n")); 210 FPRINTF (stderr, "%s", _("Missing argument: subsystem \n"));
211 ret = 1; 211 ret = 1;
212 return; 212 return;
213 } 213 }
214 if (name == NULL) 214 if (name == NULL)
215 { 215 {
216 FPRINTF (stderr, _("Missing argument: name\n")); 216 FPRINTF (stderr, "%s", _("Missing argument: name\n"));
217 ret = 1; 217 ret = 1;
218 return; 218 return;
219 } 219 }