Skip to content

Commit

Permalink
chore: fix trace message text (#23917)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidby-influx committed Nov 16, 2022
1 parent 5976e41 commit fd7e4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsdb/shard.go
Expand Up @@ -2267,7 +2267,7 @@ func (fscm *measurementFieldSetChangeMgr) loadFieldChangeSet(r io.Reader) (Field
}

func (fs *MeasurementFieldSet) ApplyChanges() error {
log, end := logger.NewOperation(fs.changeMgr.logger, "failed loading changes", "field indices")
log, end := logger.NewOperation(fs.changeMgr.logger, "loading changes", "field indices")
defer end()
changes, err := fs.changeMgr.loadAllFieldChanges(log)
if err != nil {
Expand Down

0 comments on commit fd7e4aa

Please sign in to comment.