Skip to content

Commit bd44b12

Browse files
Apply suggestions from code review
Co-authored-by: SylvainJuge <[email protected]>
1 parent 12425c2 commit bd44b12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apm-agent-core/src/main/java/co/elastic/apm/agent/universalprofiling/UniversalProfilingIntegration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public void start(ElasticApmTracer tracer) {
6464
return;
6565
}
6666
if (SystemInfo.isWindows(System.getProperty("os.name"))) {
67-
log.warn("Universal profiling integration cannot be enabled on windows");
67+
log.warn("Universal profiling integration is not supported on Windows");
6868
return;
6969
}
7070
try {
@@ -92,7 +92,7 @@ public void stop() {
9292
}
9393
}
9494

95-
public void afterTransactionStart(Transaction startedTransactions) {
95+
public void afterTransactionStart(Transaction startedTransaction) {
9696
//TODO: store the transaction in a map for correlating with profiling data
9797
}
9898

0 commit comments

Comments
 (0)