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