Skip to content

Commit

Permalink
consensus: align New Quorum log
Browse files Browse the repository at this point in the history
  • Loading branch information
fed-franz committed Dec 19, 2024
1 parent 62c29d8 commit 8e9045a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion consensus/src/execution_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,8 @@ impl<'a, T: Operations + 'static, DB: Database> ExecutionCtx<'a, T, DB> {
info!(
event = "New Quorum",
mode = "emergency",
inf = ?m.header,
round = q.header.round,
iter = q.header.iteration,
vote = ?q.vote(),
);

Expand Down

0 comments on commit 8e9045a

Please sign in to comment.