diff options
| -rw-r--r-- | src/exchange-tools/taler-exchange-keyup.c | 4 | 
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 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); | 
