Skip to content

Commit

Permalink
fix spelling mistake in logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gregns1 committed Oct 29, 2024
1 parent 2d8d76e commit 5ad06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/skipped_sequence.go
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ func (s *SkippedSequenceSlice) processUnusedSequenceRangeAtSkipped(ctx context.C
}
} else if err != nil {
// if we get here then the skipped list must be empty
base.InfofCtx(ctx, base.KeyCache, "error attempting to remove unused sequence range form skipped: %v", err)
base.InfofCtx(ctx, base.KeyCache, "error attempting to remove unused sequence range from skipped: %v", err)
}
}

Expand Down

0 comments on commit 5ad06eb

Please sign in to comment.