~ne02ptzero/libfloat

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] periodic: Change log level from ERROR to DEBUG on gray-failure checks

Louis Solofrizzo <lsolofrizzo@scaleway.com>
Details
Message ID
<20231208165554.2938034-1-lsolofrizzo@scaleway.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
Signed-off-by: Louis Solofrizzo <lsolofrizzo@scaleway.com>
---
 periodic.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/periodic.c b/periodic.c
index 32ed0d4..893c08d 100644
--- a/periodic.c
+++ b/periodic.c
@@ -146,7 +146,7 @@ void libfloat_periodic(libfloat_ctx_t *ctx, uint32_t time)
                    ctx->gray_failures.checking = true;
                    ctx->gray_failures.check_time = ms_to_s(ctx->global_timer);

                    ERROR(ctx, "Launching leader-check because timeout has been reached");
                    DEBUG(ctx, "Launching leader-check because timeout has been reached");
                    for_every_node(ctx, node, {
                        if (node->id == ctx->me->id)
                        {
-- 
2.43.0
Details
Message ID
<e2ca07cf-a2b7-4e9f-bb73-851c6cfd2fdb@ptrk.io>
In-Reply-To
<20231208165554.2938034-1-lsolofrizzo@scaleway.com> (view parent)
DKIM signature
missing
Download raw message
LG
Reply to thread Export thread (mbox)