reduce log

This commit is contained in:
GroovieGermanikus 2024-01-26 19:46:00 +01:00
parent cb3647cec5
commit 847ce74ab6
No known key found for this signature in database
GPG Key ID: 5B6EB831A5CD2015
1 changed files with 1 additions and 1 deletions

View File

@ -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() => {