summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_merchant_get_order.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-07 20:52:22 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-07 20:52:22 +0100
commitb8c889d9b3f0c8cd9db7254802e34468f2aa5b2e (patch)
tree3cc13f09348cebb937d1a4610c439787f2b1ccd3 /src/testing/testing_api_cmd_merchant_get_order.c
parentd13783b850ae7c32ee6f74538a479ecd0f3d4acc (diff)
downloadmerchant-b8c889d9b3f0c8cd9db7254802e34468f2aa5b2e.tar.gz
merchant-b8c889d9b3f0c8cd9db7254802e34468f2aa5b2e.tar.bz2
merchant-b8c889d9b3f0c8cd9db7254802e34468f2aa5b2e.zip
fix remaining #6679 issues in exchange
Diffstat (limited to 'src/testing/testing_api_cmd_merchant_get_order.c')
-rw-r--r--src/testing/testing_api_cmd_merchant_get_order.c4
1 files changed, 3 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 3a6c525f..2c6a3db5 100644
--- a/src/testing/testing_api_cmd_merchant_get_order.c
+++ b/src/testing/testing_api_cmd_merchant_get_order.c
@@ -494,7 +494,9 @@ merchant_get_order_cb (
(NULL != pud.ssid))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Order pay uri does not match\n");
+ "Order pay uri does not match, got %s/%s\n",
+ pud.merchant_host,
+ pud.order_id);
TALER_TESTING_interpreter_fail (gos->is);
TALER_MERCHANT_parse_pay_uri_free (&pud);
return;