mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Additional logging for outgoing duplex sync connection
This commit is contained in:
@@ -155,7 +155,8 @@ class OutgoingDuplexSyncConnection extends DuplexSyncConnection
|
||||
}
|
||||
|
||||
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
|
||||
StreamWriter out;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user