commit 2256f319479df8b5769041865af4ae4bfc2e6a41
parent 599cba31056888be47e004ac779078ca2e092ec0
Author: Florian Dold <florian.dold@gmail.com>
Date: Wed, 10 Jun 2020 12:45:27 +0530
log full config section in error message instead of just the wire method
Diffstat:
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
@@ -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);