- simplify parameters
[oweals/gnunet.git] / src / statistics / gnunet-statistics.c
index 0cd55342e6ebfc1a81e7e351702129202b9e18be..2747f7adc64f6043a11850f4d365d77aebdbe1a0 100644 (file)
@@ -207,13 +207,13 @@ resolver_test_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   {
     if (subsystem == NULL)
     {
-      FPRINTF (stderr, _("Missing argument: subsystem \n"));
+      FPRINTF (stderr, "%s", _("Missing argument: subsystem \n"));
       ret = 1;
       return;
     }
     if (name == NULL)
     {
-      FPRINTF (stderr, _("Missing argument: name\n"));
+      FPRINTF (stderr, "%s", _("Missing argument: name\n"));
       ret = 1;
       return;
     }