diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-07-10 10:47:23 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-07-10 10:47:23 +0200 |
commit | 56f7d06f4f8c64c420ea8173fb31f02062920e13 (patch) | |
tree | c93adb3eb330a40143db86e149facc4831565088 | |
parent | 3ebb5281bc62ca6231f6131e0601471d9ef03b8b (diff) |
-fix msg
-rw-r--r-- | src/testing/testing_api_cmd_merchant_get_order.c | 2 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_wallet_get_order.c | 2 |
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 index 4b5bcb16..642fbed6 100644 --- 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 index 8c1fa6ae..fd4a914d 100644 --- 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); |