mirror of https://github.com/apache/activemq.git
AMQ-6248 fix logging statement to use the connected URI.
This commit is contained in:
parent
23a5beb86c
commit
3560d9123d
|
@ -276,7 +276,7 @@ public class FailoverTransport implements CompositeTransport {
|
|||
}
|
||||
|
||||
LOG.warn("Transport ({}) failed {} attempting to automatically reconnect: {}",
|
||||
connectedTransport, (reconnectOk ? "," : ", not"), e);
|
||||
connectedTransportURI, (reconnectOk ? "," : ", not"), e);
|
||||
|
||||
failedConnectTransportURI = connectedTransportURI;
|
||||
connectedTransportURI = null;
|
||||
|
|
Loading…
Reference in New Issue