We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f223464 commit ccc7e59Copy full SHA for ccc7e59
1 file changed
src/java/frameworks/jmx.go
@@ -23,7 +23,7 @@ func (j *JmxFramework) Detect() (string, error) {
23
// Check if JMX is enabled in configuration
24
config, err := j.loadConfig()
25
if err != nil {
26
- j.context.Log.Warning("Failed to load debug config: %s", err.Error())
+ j.context.Log.Warning("Failed to load jmx config: %s", err.Error())
27
return "", nil // Don't fail the build
28
}
29
if !config.isEnabled() {
0 commit comments