diff options
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r-- | src/social/gnunet-social.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c index d89b3d8..f934894 100644 --- a/src/social/gnunet-social.c +++ b/src/social/gnunet-social.c @@ -1176,7 +1176,7 @@ run (void *cls, char *const *args, const char *cfgfile, strlen (opt_ego), &ego_pub_key)) { - FPRINTF (stderr, + fprintf (stderr, _("Public key `%s' malformed\n"), opt_ego); exit_fail (); |