gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: logging


From: gnunet
Subject: [taler-exchange] branch master updated: logging
Date: Fri, 17 Jan 2020 13:08:37 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new fc55952b logging
fc55952b is described below

commit fc55952b4f2b151e81160995da16a67a98e9eb50
Author: Florian Dold <address@hidden>
AuthorDate: Fri Jan 17 13:08:26 2020 +0100

    logging
---
 src/lib/testing_api_cmd_bank_history_credit.c | 2 +-
 src/lib/testing_api_cmd_bank_history_debit.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/testing_api_cmd_bank_history_credit.c 
b/src/lib/testing_api_cmd_bank_history_credit.c
index ab2d0674..24af2e6f 100644
--- a/src/lib/testing_api_cmd_bank_history_credit.c
+++ b/src/lib/testing_api_cmd_bank_history_credit.c
@@ -150,7 +150,7 @@ print_expected (struct History *h,
                 unsigned int off)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "Transaction history missmatch at position %u/%u\n",
+              "Transaction history (credit) mismatch at position %u/%u\n",
               off,
               h_len);
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
diff --git a/src/lib/testing_api_cmd_bank_history_debit.c 
b/src/lib/testing_api_cmd_bank_history_debit.c
index 64b464af..0ff491f3 100644
--- a/src/lib/testing_api_cmd_bank_history_debit.c
+++ b/src/lib/testing_api_cmd_bank_history_debit.c
@@ -159,7 +159,7 @@ print_expected (struct History *h,
                 unsigned int off)
 {
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
-              "Transaction history missmatch at position %u/%u\n",
+              "Transaction history (debit) mismatch at position %u/%u\n",
               off,
               h_len);
   GNUNET_log (GNUNET_ERROR_TYPE_ERROR,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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