diff options
| author | Christian Grothoff <grothoff@gnunet.org> | 2022-11-02 14:31:49 +0100 | 
|---|---|---|
| committer | Christian Grothoff <grothoff@gnunet.org> | 2022-11-02 14:32:14 +0100 | 
| commit | ad3fff5155ff4c7b0c4069920ff559a6f589a718 (patch) | |
| tree | ac472aabf1ba898007230d5f54c8116fafc91723 | |
| parent | 9169f4447e1f36632c20e4291aafee7cc1721216 (diff) | |
-more logging
| -rw-r--r-- | src/auditor/taler-helper-auditor-wire.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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; | 
