summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_order.c
diff options
context:
space:
mode:
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;
}