mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
improve failover transport failure message to include client port, which makes will make it easier to debug things in multi-connection clients
This commit is contained in:
parent
9735806030
commit
084d606d89
@ -257,7 +257,7 @@ public class FailoverTransport implements CompositeTransport {
|
||||
if (canReconnect()) {
|
||||
reconnectOk = true;
|
||||
}
|
||||
LOG.warn("Transport (" + transport.getRemoteAddress() + ") failed, reason: " + e
|
||||
LOG.warn("Transport (" + transport + ") failed, reason: " + e
|
||||
+ (reconnectOk ? "," : ", not") + " attempting to automatically reconnect");
|
||||
|
||||
initialized = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user