summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-06-10 12:45:27 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-06-10 12:45:27 +0530
commit2256f319479df8b5769041865af4ae4bfc2e6a41 (patch)
tree910e10be717dde70604b4defed04f0d8d7fa2684 /src
parent599cba31056888be47e004ac779078ca2e092ec0 (diff)
downloadexchange-2256f319479df8b5769041865af4ae4bfc2e6a41.tar.gz
exchange-2256f319479df8b5769041865af4ae4bfc2e6a41.tar.bz2
exchange-2256f319479df8b5769041865af4ae4bfc2e6a41.zip
log full config section in error message instead of just the wire method
Diffstat (limited to 'src')
-rw-r--r--src/exchange-tools/taler-exchange-keyup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c
index 0f5f66a8d..a3e3bce29 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);