gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] branch master updated: log interesting err


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: log interesting errors always
Date: Sun, 25 Jun 2017 13:01:04 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ba95b05  log interesting errors always
ba95b05 is described below

commit ba95b0525644176c8d1ba7ac183791af74011a48
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jun 25 12:59:46 2017 +0200

    log interesting errors always
---
 src/auditor/taler-auditor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/auditor/taler-auditor.c b/src/auditor/taler-auditor.c
index 22e1204..f7ea947 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;
   }

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]