commit 56f7d06f4f8c64c420ea8173fb31f02062920e13
parent 3ebb5281bc62ca6231f6131e0601471d9ef03b8b
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 10 Jul 2023 10:47:23 +0200
-fix msg
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/testing/testing_api_cmd_merchant_get_order.c b/src/testing/testing_api_cmd_merchant_get_order.c
@@ -558,7 +558,7 @@ merchant_get_order_cleanup (void *cls,
if (NULL != gos->ogh)
{
- TALER_LOG_WARNING ("Get tip operation did not complete\n");
+ TALER_LOG_WARNING ("Get order operation did not complete\n");
TALER_MERCHANT_merchant_order_get_cancel (gos->ogh);
}
GNUNET_array_grow (gos->transfers,
diff --git a/src/testing/testing_api_cmd_wallet_get_order.c b/src/testing/testing_api_cmd_wallet_get_order.c
@@ -266,7 +266,7 @@ wallet_get_order_cleanup (void *cls,
if (NULL != gos->ogh)
{
- TALER_LOG_WARNING ("Get tip operation did not complete\n");
+ TALER_LOG_WARNING ("Get order operation did not complete\n");
TALER_MERCHANT_wallet_order_get_cancel (gos->ogh);
}
GNUNET_free (gos);