We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c328b4d commit 70de93fCopy full SHA for 70de93f
maven-extension/src/main/java/io/opentelemetry/maven/OtelLifecycleParticipant.java
@@ -60,7 +60,7 @@ public void afterProjectsRead(MavenSession session) {
60
new ChainedExecutionListener(this.otelExecutionListener, initialExecutionListener));
61
logger.debug(
62
"OpenTelemetry: OpenTelemetry extension registered as execution listener. InitialExecutionListener: {}",
63
- initialExecutionListener);
+ initialExecutionListener);
64
}
65
66
0 commit comments