diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-01-17 13:08:26 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-01-17 13:08:34 +0100 |
commit | fc55952b4f2b151e81160995da16a67a98e9eb50 (patch) | |
tree | f894da905645ebcfcbc3853a733c328e848350a6 /src | |
parent | 31b413fed228e84bfe968f6223ee5ae39520aa19 (diff) |
logging
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/testing_api_cmd_bank_history_credit.c | 2 | ||||
-rw-r--r-- | 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 ab2d0674b..24af2e6f0 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 64b464af7..0ff491f3d 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, |