ARTEMIS-3403 - wrong debug level in ArtemisMBeanServerGuard
https://issues.apache.org/jira/browse/ARTEMIS-3403
This commit is contained in:
parent
d9a44002c5
commit
57790a93a9
|
@ -133,7 +133,7 @@ public class ArtemisMBeanServerGuard implements InvocationHandler {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
ActiveMQServerLogger.LOGGER.info(object + " " + operationName + " " + false);
|
||||
ActiveMQServerLogger.LOGGER.debug(object + " " + operationName + " " + false);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue