gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 06/08: fix wirewatch


From: gnunet
Subject: [taler-exchange] 06/08: fix wirewatch
Date: Sun, 20 Nov 2022 21:55:29 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit baeb59ee130308623f31807c8ba94df9b5fb23f9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Nov 18 10:46:00 2022 +0100

    fix wirewatch
---
 src/exchange/taler-exchange-wirewatch.c      | 3 +++
 src/testing/testing_api_cmd_exec_wirewatch.c | 1 +
 2 files changed, 4 insertions(+)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index 0d902bf2..e9b28030 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -443,6 +443,8 @@ transaction_completed (void)
   {
     /* Transaction list was drained and we are in
        test mode. So we are done. */
+    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+                "Transaction list drained and in test mode. Exiting\n");
     GNUNET_SCHEDULER_shutdown ();
     return;
   }
@@ -566,6 +568,7 @@ process_reply (const struct TALER_BANK_CreditDetails 
*details,
       /* normal case */
       break;
     }
+    progress = true;
   }
   latest_row_off = lroff;
   shard_done = (shard_end <= latest_row_off);
diff --git a/src/testing/testing_api_cmd_exec_wirewatch.c 
b/src/testing/testing_api_cmd_exec_wirewatch.c
index cd31688d..2517bf74 100644
--- a/src/testing/testing_api_cmd_exec_wirewatch.c
+++ b/src/testing/testing_api_cmd_exec_wirewatch.c
@@ -71,6 +71,7 @@ wirewatch_run (void *cls,
                                "-S", "1",
                                "-w", "0",
                                "-t", /* exit when done */
+                               "-L", "DEBUG",
                                NULL);
   if (NULL == ws->wirewatch_proc)
   {

-- 
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]