mirror of
https://github.com/corda/corda.git
synced 2025-01-30 16:14:39 +00:00
(cherry picked from commit d15699289c675871610f40c8247d14eba2afff21)
This commit is contained in:
parent
13f6bc0c4d
commit
43e3755c6f
@ -108,7 +108,7 @@ class BrokerJaasLoginModule : BaseBrokerJaasLoginModule() {
|
||||
if (e is IllegalArgumentException && e.stackTrace.any { it.className == "org.apache.activemq.artemis.protocol.amqp.sasl.PlainSASL" }) {
|
||||
log.trace("SASL Login failed.")
|
||||
} else {
|
||||
log.error("Login failed: ${e.message}", e)
|
||||
log.warn("Login failed: ${e.message}")
|
||||
}
|
||||
if (e is LoginException) {
|
||||
throw e
|
||||
|
Loading…
x
Reference in New Issue
Block a user