Skip to content

Commit 87f7d42

Browse files
committed
Checkstyle
1 parent 18b9029 commit 87f7d42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/instrumentation/indy/InstrumentationModuleClassLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
*/
5555
public class InstrumentationModuleClassLoader extends ClassLoader {
5656

57-
private static final Logger LOGGER =
57+
private static final Logger logger =
5858
Logger.getLogger(InstrumentationModuleClassLoader.class.getName());
5959

6060
static {
@@ -163,7 +163,7 @@ public synchronized void installModule(InstrumentationModule module) {
163163
try {
164164
this.loadClass(adviceClass, true);
165165
} catch (ClassNotFoundException e) {
166-
LOGGER.log(
166+
logger.log(
167167
Level.SEVERE,
168168
"Failed to eagerly load advice class {0}",
169169
new Object[] {adviceClass, e});

0 commit comments

Comments
 (0)