Additional logging for outgoing duplex sync connection

This commit is contained in:
ameba23
2021-08-27 09:56:05 +02:00
parent 873675d68f
commit f1f16f8474

View File

@@ -155,7 +155,8 @@ class OutgoingDuplexSyncConnection extends DuplexSyncConnection
} }
private boolean performHandshake(StreamContext ctxOut) { private boolean performHandshake(StreamContext ctxOut) {
LOG.info("Performing handshake (Outgoing)"); LOG.info("Performing handshake (Outgoing) for transport " +
ctxOut.getTransportId().getString());
// Flush the output stream to send the outgoing stream header // Flush the output stream to send the outgoing stream header
StreamWriter out; StreamWriter out;
try { try {