Skip to content

Commit 3cae4fe

Browse files
johnoliverCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3ceb9f3 commit 3cae4fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/profiler

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/profiler/ProfilerControl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public String triggerProfile(int durationSeconds) {
7676
.build();
7777

7878
alertHandler.accept(alertBreach);
79-
return "Profile recording started (duration="
79+
return "Profile trigger requested (duration="
8080
+ durationSeconds
8181
+ "s, id="
8282
+ alertBreach.getProfileId()

0 commit comments

Comments
 (0)