gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -more logging


From: gnunet
Subject: [taler-exchange] branch master updated: -more logging
Date: Wed, 02 Nov 2022 14:32:17 +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 ad3fff51 -more logging
ad3fff51 is described below

commit ad3fff5155ff4c7b0c4069920ff559a6f589a718
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Nov 2 14:31:49 2022 +0100

    -more logging
---
 src/auditor/taler-helper-auditor-wire.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/auditor/taler-helper-auditor-wire.c 
b/src/auditor/taler-helper-auditor-wire.c
index 840a2b6e..eb85eec9 100644
--- a/src/auditor/taler-helper-auditor-wire.c
+++ b/src/auditor/taler-helper-auditor-wire.c
@@ -921,6 +921,7 @@ check_for_required_transfers (void)
                                                     &next_timestamp);
   if (0 > qs)
   {
+    GNUNET_break (0);
     GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs);
     global_ret = EXIT_FAILURE;
     GNUNET_SCHEDULER_shutdown ();
@@ -1285,6 +1286,7 @@ complain_out_not_found (void *cls,
     switch (qs)
     {
     case GNUNET_DB_STATUS_HARD_ERROR:
+      GNUNET_break (0);
       global_ret = EXIT_FAILURE;
       GNUNET_SCHEDULER_shutdown ();
       return GNUNET_SYSERR;

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