Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public void evaluate(
LogStatus logStatus = (LogStatus) status;
if (!hasCondition()) {
if (singleProbe) {
// sampling was already done in isReadToCapture so we assume that if we are executing the
// sampling was already done in isReadyToCapture so we assume that if we are executing the
// current method it means the status should be sampled
if (!logStatus.getDebugSessionStatus().isDisabled()) {
logStatus.setSampled(true);
Expand Down
Loading