summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-07-30 22:54:21 +0200
committerChristian Grothoff <christian@grothoff.org>2022-07-30 22:54:21 +0200
commit150917694a4dc3709319fc9586e502eb4b05151f (patch)
tree2b4882089bdf4c190b410a1c0f8516c901c766f8 /src/exchange/taler-exchange-httpd.c
parent544fbd4fe9f536b5933467d3f1adc65a3f1b772d (diff)
downloadexchange-150917694a4dc3709319fc9586e502eb4b05151f.tar.gz
exchange-150917694a4dc3709319fc9586e502eb4b05151f.tar.bz2
exchange-150917694a4dc3709319fc9586e502eb4b05151f.zip
finish taler-exchange-drain implementation
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 2d659058a..14cc8c1c5 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1836,8 +1836,10 @@ exchange_serve_process_config (void)
&TEH_master_public_key.
eddsa_pub))
{
- GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Invalid master public key given in exchange configuration.");
+ GNUNET_log_config_invalid (GNUNET_ERROR_TYPE_ERROR,
+ "exchange",
+ "MASTER_PUBLIC_KEY",
+ "invalid base32 encoding for a master public key");
GNUNET_free (master_public_key_str);
return GNUNET_SYSERR;
}