Skip to content

Commit

Permalink
fix(events): correct log msg for v4 events index db migration
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Apr 29, 2024
1 parent 15f5f47 commit aa76a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/events/filter/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ func (ei *EventIndex) migrateToVersion4(ctx context.Context) error {

ei.vacuumDBAndCheckpointWAL(ctx)

log.Infof("Successfully migrated events to version 3 in %s", time.Since(now))
log.Infof("Successfully migrated event index from version 3 to version 4 in %s", time.Since(now))
return nil
}

Expand Down

0 comments on commit aa76a45

Please sign in to comment.