debug message

This commit is contained in:
Marcello Stanisci 2019-04-08 00:56:00 +02:00
parent 704e0913c6
commit e24e845b7d
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -46,7 +46,6 @@
*/ */
struct Transaction struct Transaction
{ {
/** /**
* We store transactions in a DLL. * We store transactions in a DLL.
*/ */
@ -1256,6 +1255,9 @@ handle_history_new (struct TALER_FAKEBANK_Handle *h,
/* list is empty */ /* list is empty */
pos = NULL; pos = NULL;
} }
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"/history, start row (0 == no transactions exist): %llu\n",
NULL != pos ? pos->row_id : 0);
return build_history_response (connection, return build_history_response (connection,
pos, pos,