This commit is contained in:
Florian Dold 2020-01-17 13:08:26 +01:00
parent 31b413fed2
commit fc55952b4f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ print_expected (struct History *h,
unsigned int off) unsigned int off)
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Transaction history missmatch at position %u/%u\n", "Transaction history (credit) mismatch at position %u/%u\n",
off, off,
h_len); h_len);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,

View File

@ -159,7 +159,7 @@ print_expected (struct History *h,
unsigned int off) unsigned int off)
{ {
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Transaction history missmatch at position %u/%u\n", "Transaction history (debit) mismatch at position %u/%u\n",
off, off,
h_len); h_len);
GNUNET_log (GNUNET_ERROR_TYPE_ERROR, GNUNET_log (GNUNET_ERROR_TYPE_ERROR,