Skip to content

Commit

Permalink
warnf
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Dec 8, 2022
1 parent 2c378bc commit 544ebc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/indexer/handle_event.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (svc *Service) handleEvent(
// handle chain re-org by checking Removed property, no need to
// return error, just continue and do not process.
if raw.Removed {
log.Warn("event signal was removed: %v", common.Hash(event.Signal).Hex())
log.Warnf("event signal was removed: %v", common.Hash(event.Signal).Hex())
return nil
}

Expand Down

0 comments on commit 544ebc3

Please sign in to comment.