commit fc55952b4f2b151e81160995da16a67a98e9eb50
parent 31b413fed228e84bfe968f6223ee5ae39520aa19
Author: Florian Dold <florian.dold@gmail.com>
Date: Fri, 17 Jan 2020 13:08:26 +0100
logging
Diffstat:
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
@@ -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
@@ -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,