commit ba95b0525644176c8d1ba7ac183791af74011a48 parent 4c6ef74358f0f7b1dff8622688fcdfcd3630619f Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 25 Jun 2017 12:59:46 +0200 log interesting errors always Diffstat:
| M | src/auditor/taler-auditor.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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; }