chore: fix trace message text (#23918)

pull/23919/head
davidby-influx 2022-11-16 05:40:26 -08:00 committed by GitHub
parent 07e6ef2839
commit 7ad8fbad22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2523,7 +2523,7 @@ func (fscm *measurementFieldSetChangeMgr) loadFieldChangeSet(r io.Reader) (Field
}
func (fs *MeasurementFieldSet) ApplyChanges() error {
log, end := logger.NewOperation(context.TODO(), fs.changeMgr.logger, "failed loading changes", "field indices")
log, end := logger.NewOperation(context.TODO(), fs.changeMgr.logger, "loading changes", "field indices")
defer end()
changes, err := fs.changeMgr.loadAllFieldChanges(log)
if err != nil {