From 5f4f6262b4e3b1a1b6a88d5dd12c588084e703ad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 4 May 2023 00:01:23 +0200 Subject: misc bugfixes in taler-merchant-exchange --- src/testing/testing_api_cmd_merchant_get_order.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/testing/testing_api_cmd_merchant_get_order.c') diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c index 467b6d61..ce472a61 100644 --- a/src/testing/testing_api_cmd_merchant_get_order.c +++ b/src/testing/testing_api_cmd_merchant_get_order.c @@ -333,7 +333,11 @@ merchant_get_order_cb ( transfer_fee)) { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Could not total wire transfer\n"); + "Could not compute total wire transfer amount: %s\n", + TALER_amount2s (transfer_amount)); + GNUNET_log (GNUNET_ERROR_TYPE_ERROR, + "Could not compute total wire transfer amount: %s\n", + TALER_amount2s (transfer_fee)); TALER_TESTING_interpreter_fail (gos->is); return; } -- cgit v1.2.3