Skip to content

Commit

Permalink
feat: change warning for no register event to a info
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Aug 21, 2024
1 parent fadbb98 commit 4c008cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etherman/etherman.go
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ func (etherMan *Client) processEvent(ctx context.Context, vLog types.Log, blocks
log.Debug("InitL1InfoRootMap event detected. Ignoring...")
return nil
}
log.Warnf("Event not registered: %+v", vLog)
log.Infof("Event not registered: %+v", vLog)
return nil
}

Expand Down

0 comments on commit 4c008cd

Please sign in to comment.