diff options
Diffstat (limited to 'src/json/json.c')
-rw-r--r-- | src/json/json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json/json.c b/src/json/json.c index 068214f4e..fe6117c20 100644 --- a/src/json/json.c +++ b/src/json/json.c @@ -129,7 +129,7 @@ set_json (struct GNUNET_GETOPT_CommandLineProcessorContext *ctx, *json = json_loads (value, JSON_REJECT_DUPLICATES, &error); if (NULL == *json) { - FPRINTF (stderr, + fprintf (stderr, _ ("Failed to parse JSON in option `%s': %s (%s)\n"), option, error.text, |