summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-01-16 20:53:54 +0100
committerFlorian Dold <florian.dold@gmail.com>2020-01-16 20:53:54 +0100
commit1032cdea0f2c917f695231271affebbd553ae839 (patch)
treefc92f952e1c2986d877b4a338910e8247dda9844
parent54fdb3741db964092526d64c77f1924ff2e84afd (diff)
downloadexchange-1032cdea0f2c917f695231271affebbd553ae839.tar.gz
exchange-1032cdea0f2c917f695231271affebbd553ae839.tar.bz2
exchange-1032cdea0f2c917f695231271affebbd553ae839.zip
fix config error message
-rw-r--r--src/bank-lib/bank_api_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bank-lib/bank_api_parse.c b/src/bank-lib/bank_api_parse.c
index 1d6b2efbc..6e5c9f12c 100644
--- a/src/bank-lib/bank_api_parse.c
+++ b/src/bank-lib/bank_api_parse.c
@@ -144,7 +144,7 @@ TALER_BANK_auth_parse_cfg (const struct GNUNET_CONFIGURATION_Handle *cfg,
auth->details.basic.username = NULL;
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
section,
- "USERNAME");
+ "PASSWORD");
GNUNET_free (method);
return GNUNET_SYSERR;
}