gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: log full config section in error


From: gnunet
Subject: [taler-exchange] branch master updated: log full config section in error message instead of just the wire method
Date: Wed, 10 Jun 2020 09:15:45 +0200

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 2256f319 log full config section in error message instead of just the 
wire method
2256f319 is described below

commit 2256f319479df8b5769041865af4ae4bfc2e6a41
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Wed Jun 10 12:45:27 2020 +0530

    log full config section in error message instead of just the wire method
---
 src/exchange-tools/taler-exchange-keyup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 0f5f66a8..a3e3bce2 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -1017,7 +1017,7 @@ create_wire_fee_for_method (void *cls,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Invalid or missing amount in `%s' under `%s'\n",
-                  wiremethod,
+                  section,
                   opt);
       *ret = GNUNET_SYSERR;
       GNUNET_free (opt);
@@ -1039,7 +1039,7 @@ create_wire_fee_for_method (void *cls,
     {
       GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                   "Invalid or missing amount in `%s' under `%s'\n",
-                  wiremethod,
+                  section,
                   opt);
       *ret = GNUNET_SYSERR;
       GNUNET_free (opt);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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