gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] 05/08: debug message


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] 05/08: debug message
Date: Mon, 08 Apr 2019 02:44:37 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository exchange.

commit e24e845b7dcad80afcb5af526e44db2e9f8ca548
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Apr 8 00:56:00 2019 +0200

    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 3b32e02c..3139f4ed 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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]