AMQ-6248 fix logging statement to use the connected URI.

This commit is contained in:
Timothy Bish 2016-04-18 09:53:59 -04:00
parent 23a5beb86c
commit 3560d9123d
1 changed files with 1 additions and 1 deletions

View File

@ -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;