Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Jan 14, 2025
1 parent 21a705e commit 89c4e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/main/agents/relayer/src/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ impl Relayer {
Ok(mailbox) => Some((origin, mailbox)),
Err(err) => {
let message = err.to_string();
error!(?err, origin=?origin, "{message}");
error!(?err, origin=?origin, "Critical error when building validator announce");
chain_metrics.set_critical_error(origin.name(), true);
None
}
Expand Down

0 comments on commit 89c4e6b

Please sign in to comment.