Skip to content

Commit

Permalink
log error
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Feb 5, 2024
1 parent 32abeb3 commit b8150bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions messages/off-chain-registry/message_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ func (m *messageManager) ShouldSendMessage(unsignedMessage *warp.UnsignedMessage
if strings.Contains(err.Error(), revertVersionNotFoundString) {
return true, nil
}

m.logger.Error(
"Failed to get address from version",
zap.Error(err),
Expand All @@ -139,7 +138,7 @@ func (m *messageManager) ShouldSendMessage(unsignedMessage *warp.UnsignedMessage
if strings.Contains(err.Error(), revertAddressNotFoundString) {
return true, nil
}
m.logger.Info(
m.logger.Error(
"Failed to get version from address",
zap.Error(err),
)
Expand Down

0 comments on commit b8150bc

Please sign in to comment.