diff options
Diffstat (limited to 'src/exchange-tools/key-helper.c')
-rw-r--r-- | src/exchange-tools/key-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-tools/key-helper.c b/src/exchange-tools/key-helper.c index 13af9f720..9fd7d50a6 100644 --- a/src/exchange-tools/key-helper.c +++ b/src/exchange-tools/key-helper.c @@ -105,7 +105,7 @@ get_and_check_master_key (const struct GNUNET_CONFIGURATION_Handle *cfg, sizeof (mpub_cfg))) { fprintf (stderr, - "MASTER_PUBLIC_KEY value `%s' specified in section [exchange] of the configuration is a valid public key\n", + "MASTER_PUBLIC_KEY value `%s' specified in section [exchange] of the configuration is not a valid public key\n", masters); GNUNET_free (masters); GNUNET_free (fn); |