Skip to content

Commit

Permalink
fix review remark
Browse files Browse the repository at this point in the history
  • Loading branch information
gshep committed Aug 13, 2024
1 parent e964a51 commit f465f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/src/ethereum_checkpoints/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f465f6e

Please sign in to comment.