Skip to content

Commit f7a15b4

Browse files
authored
fix method reference in comment (#10101)
The misspelled function name was breaking my grepping.
1 parent c6297d4 commit f7a15b4

File tree

1 file changed

+1
-1
lines changed
  • dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/probe

1 file changed

+1
-1
lines changed

dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/probe/LogProbe.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public void evaluate(
504504
LogStatus logStatus = (LogStatus) status;
505505
if (!hasCondition()) {
506506
if (singleProbe) {
507-
// sampling was already done in isReadToCapture so we assume that if we are executing the
507+
// sampling was already done in isReadyToCapture so we assume that if we are executing the
508508
// current method it means the status should be sampled
509509
if (!logStatus.getDebugSessionStatus().isDisabled()) {
510510
logStatus.setSampled(true);

0 commit comments

Comments
 (0)