debug message
This commit is contained in:
parent
704e0913c6
commit
e24e845b7d
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user