periodic: Change log level from ERROR to DEBUG on gray-failure checks Patch: https://lists.sr.ht/~ne02ptzero/libfloat/patches/47503 Signed-off-by: Louis Solofrizzo <lsolofrizzo@scaleway.com> Acked-by: Patrik Cyvoct <pcyvoct@scaleway.com>
1 files changed, 1 insertions(+), 1 deletions(-) M periodic.c
M periodic.c => periodic.c +1 -1
@@ 163,7 163,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) {