From e24e845b7dcad80afcb5af526e44db2e9f8ca548 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 8 Apr 2019 00:56:00 +0200 Subject: debug message --- src/bank-lib/fakebank.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bank-lib/fakebank.c b/src/bank-lib/fakebank.c index 3b32e02ce..3139f4edf 100644 --- a/src/bank-lib/fakebank.c +++ b/src/bank-lib/fakebank.c @@ -46,7 +46,6 @@ */ struct Transaction { - /** * We store transactions in a DLL. */ @@ -1256,6 +1255,9 @@ handle_history_new (struct TALER_FAKEBANK_Handle *h, /* list is empty */ 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, pos, -- cgit v1.2.3