diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-01-06 13:14:31 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-01-06 13:14:31 +0100 |
commit | 63db50b2b1fe98788d3ac3f78c93b9344507b47a (patch) | |
tree | c128caa088b1932156a406e4597a3084f5bf9ab0 /src/exchangedb | |
parent | e58b96e20375d3343c51c9081e42512bd3f1ded2 (diff) |
-log origin of serialization errors
Diffstat (limited to 'src/exchangedb')
-rw-r--r-- | src/exchangedb/pg_begin_shard.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exchangedb/pg_begin_shard.c b/src/exchangedb/pg_begin_shard.c index 8e829f3e9..2245afaf3 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; } } |