gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -try to fix wirewatch loop


From: gnunet
Subject: [taler-exchange] branch master updated: -try to fix wirewatch loop
Date: Mon, 19 Dec 2022 15:03:43 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new c164863d -try to fix wirewatch loop
c164863d is described below

commit c164863db857667b428223a9c536ce82762f3f97
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Dec 19 15:03:40 2022 +0100

    -try to fix wirewatch loop
---
 src/exchange/taler-exchange-wirewatch.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index f1353847..638647b0 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -517,7 +517,9 @@ process_reply (const struct TALER_BANK_CreditDetails 
*details,
     return;
   }
   started_transaction = true;
-
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Importing %u transactions\n",
+              details_length);
   for (unsigned int i = 0; i<details_length; i++)
   {
     const struct TALER_BANK_CreditDetails *cd = &details[i];

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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