gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -fix msg


From: gnunet
Subject: [taler-merchant] branch master updated: -fix msg
Date: Mon, 10 Jul 2023 10:47:25 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 56f7d06f -fix msg
56f7d06f is described below

commit 56f7d06f4f8c64c420ea8173fb31f02062920e13
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jul 10 10:47:23 2023 +0200

    -fix msg
---
 src/testing/testing_api_cmd_merchant_get_order.c | 2 +-
 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);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]