¬ify_disconnect);
if (NULL == handle)
{
- FPRINTF (stderr, _("Failed to connect to transport service\n"));
+ FPRINTF (stderr, "%s", _("Failed to connect to transport service\n"));
ret = 1;
return;
}
¬ify_disconnect);
if (NULL == handle)
{
- FPRINTF (stderr, _("Failed to connect to transport service\n"));
+ FPRINTF (stderr, "%s", _("Failed to connect to transport service\n"));
ret = 1;
return;
}
NULL, NULL);
if (NULL == handle)
{
- FPRINTF (stderr, _("Failed to connect to transport service\n"));
+ FPRINTF (stderr, "%s", _("Failed to connect to transport service\n"));
ret = 1;
return;
}
if (verbosity > 0)
- FPRINTF (stdout, _("Starting to receive benchmark data\n"));
+ FPRINTF (stdout, "%s", _("Starting to receive benchmark data\n"));
start_time = GNUNET_TIME_absolute_get ();
}
&monitor_notify_disconnect);
if (NULL == handle)
{
- FPRINTF (stderr, _("Failed to connect to transport service\n"));
+ FPRINTF (stderr, "%s", _("Failed to connect to transport service\n"));
ret = 1;
return;
}