summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-25 12:59:46 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-25 12:59:46 +0200
commitba95b0525644176c8d1ba7ac183791af74011a48 (patch)
treef98bef581c8f65abeed1d4d0339f2c31ac4ed41f /src/auditor
parent4c6ef74358f0f7b1dff8622688fcdfcd3630619f (diff)
downloadexchange-ba95b0525644176c8d1ba7ac183791af74011a48.tar.gz
exchange-ba95b0525644176c8d1ba7ac183791af74011a48.tar.bz2
exchange-ba95b0525644176c8d1ba7ac183791af74011a48.zip
log interesting errors always
Diffstat (limited to 'src/auditor')
-rw-r--r--src/auditor/taler-auditor.c2
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;
}