mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +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) {
|
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user