mirror of
https://github.com/corda/corda.git
synced 2025-04-18 16:18:12 +00:00
CORDA-2621 - change message when rpc/p2p login fails (#4994)
This commit is contained in:
parent
71cb0f90ac
commit
d15699289c
@ -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