Skip to content

Commit

Permalink
Clarify log
Browse files Browse the repository at this point in the history
  • Loading branch information
mertwole committed Aug 22, 2024
1 parent 261dacc commit 117fde5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relayer/src/relay_merkle_roots.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ impl MerkleRootRelayer {
None => {
if latest_authority_set_id <= self.genesis_config.authority_set_id {
log::warn!(
"Network haven't reached genesis authority set id yet. Current authority set id: {}, expected genesis: {}",
"Network haven't reached authority set id #(GENESIS + 1). \
Current authority set id: {}, genesis: {}",
latest_authority_set_id,
self.genesis_config.authority_set_id,
);
Expand Down

0 comments on commit 117fde5

Please sign in to comment.