Skip to content

Commit

Permalink
Change misleading log message (ChainSafe#491)
Browse files Browse the repository at this point in the history
* changing log message

* addressing feedback
  • Loading branch information
Alex authored Aug 6, 2020
1 parent 10b7701 commit f5b2d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chains/ethereum/writer_methods.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (w *writer) watchThenExecute(m msg.Message, data []byte, dataHash [32]byte,
w.executeProposal(m, data, dataHash)
return
} else {
w.log.Trace("Ignoring finalization event", "src", sourceId, "nonce", depositNonce)
w.log.Trace("Ignoring event", "src", sourceId, "nonce", depositNonce)
}
}
w.log.Trace("No finalization event found in current block", "block", latestBlock, "src", m.Source, "nonce", m.DepositNonce)
Expand Down

0 comments on commit f5b2d99

Please sign in to comment.