Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GrigoriyPA committed Dec 7, 2024
1 parent 7b58850 commit 6c0598c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class TTopicFiltersSet : public ITopicFiltersSet {
return;
}

Y_ENSURE(InFlightCompilationId, "Unexpected completion response");
Y_ENSURE(InFlightCompilationId, "Unexpected compilation response");
InFlightCompilationId = 0;
Self.Counters.InFlightCompileRequests->Dec();

Expand All @@ -102,7 +102,7 @@ class TTopicFiltersSet : public ITopicFiltersSet {
return;
}

Y_ENSURE(PurecalcFilter, "Unexpected completion response for client without filter");
Y_ENSURE(PurecalcFilter, "Unexpected compilation response for client without filter");
LOG_ROW_DISPATCHER_TRACE("Filter compilation finished");
StartFilter();
}
Expand Down

0 comments on commit 6c0598c

Please sign in to comment.