aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-tools
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 00:38:31 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 00:38:31 +0100
commit81d6f8e0df4a32ff83b2af5d9d9087594f216c26 (patch)
tree1ba8e4cfb15a9f6dd1ca6fabe8d6f582cc659e31 /src/exchange-tools
parent45d621f5ff16c8c6a559f9e865704e8090885799 (diff)
downloadexchange-81d6f8e0df4a32ff83b2af5d9d9087594f216c26.tar.xz
starting point for #6175
Diffstat (limited to 'src/exchange-tools')
-rw-r--r--src/exchange-tools/key-helper.c2
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);