Skip to content

Commit

Permalink
reduce log
Browse files Browse the repository at this point in the history
  • Loading branch information
grooviegermanikus committed Jan 26, 2024
1 parent cb3647c commit 847ce74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-endpoints/src/grpc_multiplex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ pub fn create_grpc_multiplex_blocks_subscription(
}
} else if startup_completed {
// this warning is ok for first few blocks when we start lrpc
log::error!("finalized block meta received for blockhash {} which was never seen or already emitted", blockhash);
log::warn!("finalized block meta received for blockhash {} which was never seen or already emitted", blockhash);
}
},
_ = cleanup_tick.tick() => {
Expand Down

0 comments on commit 847ce74

Please sign in to comment.