logging
This commit is contained in:
parent
31b413fed2
commit
fc55952b4f
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user