Skip to content

Commit 731a621

Browse files
authored
Use correct SLF4J placeholders in log message (#11902)
1 parent 65f0c5a commit 731a621

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/instrumentation

dd-java-agent/agent-debugger/src/main/java/com/datadog/debugger/instrumentation/Instrumenter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ private static void computeFrames(
207207
current = current.getNext();
208208
}
209209
} catch (AnalyzerException ex) {
210-
LOGGER.debug("Failed to analyze method[%s::%s] instructions", owner, methodNode.name, ex);
210+
LOGGER.debug("Failed to analyze method[{}::{}] instructions", owner, methodNode.name, ex);
211211
}
212212
}
213213

0 commit comments

Comments
 (0)