mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-4303 Health status MBean - Feeling ill, hard to read "ill" in jconsole... changed to "getting worried"
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1445476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c3d947b69
commit
f406e86b8a
|
@ -174,7 +174,7 @@ public class HealthView implements HealthViewMBean {
|
|||
}
|
||||
|
||||
if (answer != null && !answer.isEmpty()){
|
||||
this.currentState = "Feeling Ill {";
|
||||
this.currentState = "Getting Worried {";
|
||||
for (HealthStatus hs: answer){
|
||||
currentState += hs + " , ";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue