diff --git a/relayer/src/ethereum_checkpoints/mod.rs b/relayer/src/ethereum_checkpoints/mod.rs index 4f398f5b..09cd2de3 100644 --- a/relayer/src/ethereum_checkpoints/mod.rs +++ b/relayer/src/ethereum_checkpoints/mod.rs @@ -172,7 +172,7 @@ pub async fn relay(args: RelayCheckpointsArgs) { return; } Ok(Err(e)) => { - log::info!("The program failed with: {e:?}. Skipping"); + log::error!("The program failed with: {e:?}. Skipping"); if let sync_update::Error::NotActual = e { slot_last = slot; }