commit ad3fff5155ff4c7b0c4069920ff559a6f589a718
parent 9169f4447e1f36632c20e4291aafee7cc1721216
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Wed, 2 Nov 2022 14:31:49 +0100
-more logging
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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;