aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-06 13:14:31 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-06 13:14:31 +0100
commit63db50b2b1fe98788d3ac3f78c93b9344507b47a (patch)
treec128caa088b1932156a406e4597a3084f5bf9ab0
parente58b96e20375d3343c51c9081e42512bd3f1ded2 (diff)
downloadexchange-63db50b2b1fe98788d3ac3f78c93b9344507b47a.tar.xz
-log origin of serialization errors
-rw-r--r--src/exchangedb/pg_begin_shard.c2
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;
}
}