diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-25 12:59:46 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-25 12:59:46 +0200 |
commit | ba95b0525644176c8d1ba7ac183791af74011a48 (patch) | |
tree | f98bef581c8f65abeed1d4d0339f2c31ac4ed41f | |
parent | 4c6ef74358f0f7b1dff8622688fcdfcd3630619f (diff) |
log interesting errors always
-rw-r--r-- | src/auditor/taler-auditor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c index 22e1204b7..f7ea947ab 100644 --- a/src/auditor/taler-auditor.c +++ b/src/auditor/taler-auditor.c @@ -3574,6 +3574,8 @@ incremental_processing (Analysis analysis, &pp); if (0 >= qs) { + GNUNET_log (GNUNET_ERROR_TYPE_INFO, + "Failed to update auditor DB, not recording progress\n"); GNUNET_break (GNUNET_DB_STATUS_SOFT_ERROR == qs); return qs; } |