Skip to content

Commit ccc7e59

Browse files
committed
Fix typo
1 parent f223464 commit ccc7e59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/frameworks/jmx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (j *JmxFramework) Detect() (string, error) {
2323
// Check if JMX is enabled in configuration
2424
config, err := j.loadConfig()
2525
if err != nil {
26-
j.context.Log.Warning("Failed to load debug config: %s", err.Error())
26+
j.context.Log.Warning("Failed to load jmx config: %s", err.Error())
2727
return "", nil // Don't fail the build
2828
}
2929
if !config.isEnabled() {

0 commit comments

Comments
 (0)