summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-04 00:01:23 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-04 00:01:23 +0200
commit5f4f6262b4e3b1a1b6a88d5dd12c588084e703ad (patch)
tree6632d41ad09e3b643e83618c373b2e8760be0b9c /src/testing/testing_api_cmd_merchant_get_order.c
parent8535f1e81939e87258ad9d2503ad25df9cfb021d (diff)
downloadmerchant-5f4f6262b4e3b1a1b6a88d5dd12c588084e703ad.tar.gz
merchant-5f4f6262b4e3b1a1b6a88d5dd12c588084e703ad.tar.bz2
merchant-5f4f6262b4e3b1a1b6a88d5dd12c588084e703ad.zip
misc bugfixes in taler-merchant-exchange
Diffstat (limited to 'src/testing/testing_api_cmd_merchant_get_order.c')
-rw-r--r--src/testing/testing_api_cmd_merchant_get_order.c6
1 files changed, 5 insertions, 1 deletions
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;
}