aboutsummaryrefslogtreecommitdiff
path: root/src/ats-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats-tool')
-rw-r--r--src/ats-tool/gnunet-ats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ats-tool/gnunet-ats.c b/src/ats-tool/gnunet-ats.c
index af6d8381e..a9a8073b0 100644
--- a/src/ats-tool/gnunet-ats.c
+++ b/src/ats-tool/gnunet-ats.c
@@ -164,7 +164,7 @@ void testservice_ats (void *cls,
164 } 164 }
165 if (NULL == type_str) 165 if (NULL == type_str)
166 { 166 {
167 FPRINTF (stderr, _("Type required\n")); 167 FPRINTF (stderr, "%s", _("Type required\n"));
168 return; 168 return;
169 } 169 }
170 170
@@ -179,7 +179,7 @@ void testservice_ats (void *cls,
179 type = GNUNET_ATS_PREFERENCE_BANDWIDTH; 179 type = GNUNET_ATS_PREFERENCE_BANDWIDTH;
180 else 180 else
181 { 181 {
182 FPRINTF (stderr, _("Type required\n")); 182 FPRINTF (stderr, "%s", _("Type required\n"));
183 return; 183 return;
184 } 184 }
185 185