Skip to content

Commit

Permalink
since name changed from IsSubset to IsFeedRangePartOfAsync, fixing tr…
Browse files Browse the repository at this point in the history
…ace name
  • Loading branch information
philipthomas-MSFT committed Sep 19, 2024
1 parent 8497db9 commit 35acb5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1267,7 +1267,7 @@ override async Task<bool> IsFeedRangePartOfAsync(
FeedRange childFeedRange,
CancellationToken cancellationToken = default)
{
using (ITrace trace = Tracing.Trace.GetRootTrace("ContainerCore FeedRange IsSubset Async", TraceComponent.Unknown, Tracing.TraceLevel.Info))
using (ITrace trace = Tracing.Trace.GetRootTrace("ContainerCore FeedRange IsFeedRangePartOfAsync Async", TraceComponent.Unknown, Tracing.TraceLevel.Info))
{
if (parentFeedRange == null || childFeedRange == null)
{
Expand Down

0 comments on commit 35acb5f

Please sign in to comment.