Skip to content

Commit

Permalink
Fix another log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed Oct 2, 2024
1 parent f7e6f17 commit 043f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/benchrunner/runners/system/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ func (r *runner) reindexData(ctx context.Context) error {

logger.Debug("starting reindexing of data...")

logger.Debug("getting orignal mappings...")
logger.Debug("getting original mappings...")
// Get the mapping from the source data stream
mappingRes, err := r.options.ESAPI.Indices.GetMapping(
r.options.ESAPI.Indices.GetMapping.WithContext(ctx),
Expand Down

0 comments on commit 043f974

Please sign in to comment.