diff --git a/core/src/replay_stage.rs b/core/src/replay_stage.rs index 8e4620d6d6..affb41363c 100644 --- a/core/src/replay_stage.rs +++ b/core/src/replay_stage.rs @@ -328,7 +328,7 @@ impl ReplayStage { } }) .or_else(|| { - error!("{} No next leader found", my_id); + warn!("{} No next leader found", my_id); None }); }