diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-27 20:39:15 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-27 20:39:15 +0100 |
commit | 163b23f27a7f6179489956de791794d4f475f61e (patch) | |
tree | 047c313f67581006e2582e3b6f67dfb66caeb50e /src/exchange/taler-exchange-httpd.c | |
parent | 2c171055f9b51ff7254a4b57e27a6174484d03e3 (diff) | |
download | exchange-163b23f27a7f6179489956de791794d4f475f61e.tar.gz exchange-163b23f27a7f6179489956de791794d4f475f61e.tar.bz2 exchange-163b23f27a7f6179489956de791794d4f475f61e.zip |
removing inappropriate i18n code
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 feb599bd..f1777cf7 100644 --- a/src/exchange/taler-exchange-httpd.c +++ b/src/exchange/taler-exchange-httpd.c @@ -1249,7 +1249,7 @@ main (int argc, cfgfile)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - _ ("Malformed configuration file `%s', exit ...\n"), + "Malformed configuration file `%s', exit ...\n", cfgfile); GNUNET_free_non_null (cfgfile); return 1; |