exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

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

-log origin of serialization errors

Diffstat:
Msrc/exchangedb/pg_begin_shard.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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; } }