gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix config error message


From: gnunet
Subject: [taler-exchange] branch master updated: fix config error message
Date: Thu, 16 Jan 2020 20:53:58 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 1032cdea fix config error message
1032cdea is described below

commit 1032cdea0f2c917f695231271affebbd553ae839
Author: Florian Dold <address@hidden>
AuthorDate: Thu Jan 16 20:53:54 2020 +0100

    fix config error message
---
 src/bank-lib/bank_api_parse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bank-lib/bank_api_parse.c b/src/bank-lib/bank_api_parse.c
index 1d6b2efb..6e5c9f12 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;
         }

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]