fix config error message

This commit is contained in:
Florian Dold 2020-01-16 20:53:54 +01:00
parent 54fdb3741d
commit 1032cdea0f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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;
}