summaryrefslogtreecommitdiff
path: root/src/exchange-tools/taler-exchange-keyup.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-07-05 16:32:15 +0200
committerChristian Grothoff <christian@grothoff.org>2020-07-05 16:32:15 +0200
commitb145c1728b4dfb4f45cfcb7adb86605002e6ad5d (patch)
tree8b3f24998e2f4284e7c7d354c53a6ddc30143225 /src/exchange-tools/taler-exchange-keyup.c
parent025c2f566709abb1f8971b7458f68223492c81e3 (diff)
downloadexchange-b145c1728b4dfb4f45cfcb7adb86605002e6ad5d.tar.gz
exchange-b145c1728b4dfb4f45cfcb7adb86605002e6ad5d.tar.bz2
exchange-b145c1728b4dfb4f45cfcb7adb86605002e6ad5d.zip
fix error reporting/handling
Diffstat (limited to 'src/exchange-tools/taler-exchange-keyup.c')
-rw-r--r--src/exchange-tools/taler-exchange-keyup.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/exchange-tools/taler-exchange-keyup.c b/src/exchange-tools/taler-exchange-keyup.c
index 0f5f66a8d..0ea661d49 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -1016,9 +1016,9 @@ create_wire_fee_for_method (void *cls,
af->wire_fee.currency)) )
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Invalid or missing amount in `%s' under `%s'\n",
- wiremethod,
- opt);
+ "Invalid or missing amount for option `%s' in section `%s'\n",
+ opt,
+ section);
*ret = GNUNET_SYSERR;
GNUNET_free (opt);
break;
@@ -1038,9 +1038,9 @@ create_wire_fee_for_method (void *cls,
af->closing_fee.currency)) )
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Invalid or missing amount in `%s' under `%s'\n",
- wiremethod,
- opt);
+ "Invalid or missing amount for option `%s' in section `%s'\n",
+ opt,
+ section);
*ret = GNUNET_SYSERR;
GNUNET_free (opt);
break;