diff options
| author | Christian Grothoff <christian@grothoff.org> | 2021-07-30 17:24:16 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2021-07-30 17:24:18 +0200 | 
| commit | cbb905a9aae891c6c3af5ead5709951c4f038a2a (patch) | |
| tree | a4d2ef3818c58924329e9db8eb588ac07aec129c /src/exchange/taler-exchange-httpd.c | |
| parent | 7e409c37ab6f339811441c8803109afb218d0854 (diff) | |
-eliminate more json_pack format strings
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c index 6113152a..ea8830be 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -1161,7 +1161,7 @@ exchange_serve_process_config (void)      {        GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,                                   "exchange", -                                 "master_public_key"); +                                 "MASTER_PUBLIC_KEY");        return GNUNET_SYSERR;      }      if (GNUNET_OK !=  | 
