gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -log origin of serialization err


From: gnunet
Subject: [taler-exchange] branch master updated: -log origin of serialization errors
Date: Fri, 06 Jan 2023 13:14:33 +0100

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 63db50b2 -log origin of serialization errors
63db50b2 is described below

commit 63db50b2b1fe98788d3ac3f78c93b9344507b47a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Jan 6 13:14:31 2023 +0100

    -log origin of serialization errors
---
 src/exchangedb/pg_begin_shard.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/exchangedb/pg_begin_shard.c b/src/exchangedb/pg_begin_shard.c
index 8e829f3e..2245afaf 100644
--- a/src/exchangedb/pg_begin_shard.c
+++ b/src/exchangedb/pg_begin_shard.c
@@ -256,6 +256,8 @@ commit:
         continue;
       case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
       case GNUNET_DB_STATUS_SUCCESS_ONE_RESULT:
+        GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                    "Claimed new shard\n");
         return GNUNET_DB_STATUS_SUCCESS_ONE_RESULT;
       }
     }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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