gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] 02/04: do not be so super-quiet on (rare) rollbacks


From: gnunet
Subject: [taler-exchange] 02/04: do not be so super-quiet on (rare) rollbacks
Date: Fri, 20 Mar 2020 13:18:53 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

commit 159ce744b9aacfc8a9c98d89619226c521ea4cc1
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Mar 20 12:34:43 2020 +0100

    do not be so super-quiet on (rare) rollbacks
---
 src/exchange/taler-exchange-wirewatch.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index 04bf2169..ede6220b 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -455,8 +455,8 @@ history_cb (void *cls,
   }
   if (GNUNET_DB_STATUS_SOFT_ERROR == qs)
   {
-    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-                "Got DB soft error for reserve_in_insert\n");
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Got DB soft error for reserves_in_insert. Rolling back.\n");
     db_plugin->rollback (db_plugin->cls,
                          session);
     /* try again */

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



reply via email to

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