Skip to content

Commit

Permalink
make the warning that the JVMList mbean cannot be used in a deploymen…
Browse files Browse the repository at this point in the history
…t a little more obvious
  • Loading branch information
jstrachan committed Jul 12, 2013
1 parent e81f2d9 commit 4a4789c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -65,7 +65,7 @@ public void init() {
listLocalJVMs();
} catch (NoClassDefFoundError e) {
// Some JVM's don't support com.sun.tools.attach.VirtualMachine
LOG.info("Local JVM discovery disabled due to: "+e);
LOG.warn("Local JVM discovery disabled as this JVM cannot access com.sun.tools.attach.VirtualMachine due to: " + e);
return;
}

Expand Down

0 comments on commit 4a4789c

Please sign in to comment.