Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Change misleading log message #491

Merged
merged 4 commits into from
Aug 6, 2020
Merged

Change misleading log message #491

merged 4 commits into from
Aug 6, 2020

Conversation

luu-alex
Copy link

Changes

  • Changing misleading text

Closes: #478

@@ -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("Did not find the matching finalization event, retrying...", "src", sourceId, "nonce", depositNonce)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
w.log.Trace("Did not find the matching finalization event, retrying...", "src", sourceId, "nonce", depositNonce)
w.log.Trace("Ignoring event, not a finalization event", "src", sourceId, "nonce", depositNonce)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I said in the issue, they aren't finalization events and they should still be ignored

@luu-alex luu-alex merged commit f5b2d99 into master Aug 6, 2020
@luu-alex luu-alex deleted the alex/change-log branch August 6, 2020 16:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Misleading log "Ignoring finalization event"
4 participants